Home
last modified time | relevance | path

Searched refs:used (Results 1851 - 1875 of 2040) sorted by relevance

1...<<71727374757677787980>>...82

/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h132 /* enums used to generate socks messages */
321 struct lws *fake_wsi; /* used for callbacks where there's no wsi */
580 * These pieces are very commonly used (via accessors) in user protocol handlers
688 /**< used to inject a fault that closes the wsi after a random time */
1460 int used, int buffered, const char *hint);
/third_party/libcoap/src/
H A Dcoap_pdu.c108 if (memp_pools[MEMP_COAP_PDU]->stats->used + 1 >= in coap_pdu_init()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_drm.c757 device->heap.used = 0u; in tu_drm_device_init()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h473 /* Resources used for meta operations */
647 * depending on whether they are used with a sampler or not, so for these
723 * attachment is first or last used in a render pass, since not all views
844 * framebuffer is used, from VkRenderPassAttachmentBeginInfo.
869 /* Mostly a v3dv mapping of VkDynamicState, used to track which data as
984 /* This is one unless multiview is used */
1045 /* This is one unless multiview is used */
1093 /* Set of all BOs referenced by the job. This will be used for making
1136 * can be used for debugging, or for cases where special circumstances
1216 /* FIXME: only used o
1828 bool used[DESCRIPTOR_MAP_SIZE]; global() member
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir.h193 * This intended to be used for CSE and algebraic optimizations, on rvalues
406 * \return The string that would be used in a shader to specify \c
409 * This function is used to generate error messages of the form "shader
413 * This function should only be used on a shader input or output variable.
505 * different, but compatible, interface_type. This is used during linking
521 * different, and incompatible, interface_type. This is used during
646 * If the name length fits into name_storage, it's used, otherwise
669 * This is used to cross validate qualifiers.
676 * explicitly set in the shader or by being used in calculations
683 * Has this variable been used fo
692 unsigned used:1; global() member
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.c43 * was used.
66 sym->used = 1; in lookup_symbol()
304 warning(array_size->pos, "Variable length array is used."); in examine_array_type()
531 * Since pointers to incomplete types can be used, in examine_pointer_type()
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc306 // ignore_nested_scopes is only used for the return-position breakpoint,
742 context_index < script_contexts->used(kAcquireLoad); context_index++) { in VisitScriptScope()
928 // Add |arguments| to the function scope even if it wasn't used. in VisitLocalScope()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl503 { .mib; (p16) add r9=1-$SZ,input // not used in sha512
/third_party/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl503 { .mib; (p16) add r9=1-$SZ,input // not used in sha512
/third_party/skia/src/pathops/
H A DSkOpAngle.cpp528 for (int idx2 = 0; idx2 < i.used(); ++idx2) { in endsIntersect()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c1114 ngtcp2_pq_init(&(*pconn)->scid.used, retired_ts_less, mem); in conn_new()
1594 ngtcp2_pq_free(&conn->scid.used); in ngtcp2_conn_del()
2324 rv = ngtcp2_pq_push(&conn->scid.used, &scid->pe); in conn_verify_dcid()
3368 for (; !ngtcp2_pq_empty(&conn->scid.used);) { in conn_remove_retired_connection_id()
3369 scid = ngtcp2_struct_of(ngtcp2_pq_top(&conn->scid.used), ngtcp2_scid, pe); in conn_remove_retired_connection_id()
3383 ngtcp2_pq_pop(&conn->scid.used); in conn_remove_retired_connection_id()
5669 * Authenticated Data, and its length is |aadlen|. |pkt_num| is used
7989 * Attempt to retire CID which is used as DCID to send this frame.
8016 ngtcp2_pq_remove(&conn->scid.used, &scid->pe); in conn_recv_retire_connection_id()
8022 return ngtcp2_pq_push(&conn->scid.used, in conn_recv_retire_connection_id()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c289 bool used; member
503 * the opcode_info_arr array. The most time sensitive (or commonly used) cdb
4988 if ((devip->used) && (devip->channel == sdev->channel) && in find_build_dev_info()
4993 if ((!devip->used) && (!open_devip)) in find_build_dev_info()
5011 open_devip->used = true; in find_build_dev_info()
5055 devip->used = false; in scsi_debug_slave_destroy()
6272 * Since this is used for .can_queue, and we get the hc_idx tag from the bitmap
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4xdr.c22 * contributors may be used to endorse or promote products derived
4045 static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used) in decode_attr_space_used() argument
4050 *used = 0; in decode_attr_space_used()
4057 xdr_decode_hyper(p, used); in decode_attr_space_used()
4061 dprintk("%s: space used=%Lu\n", __func__, in decode_attr_space_used()
4062 (unsigned long long)*used); in decode_attr_space_used()
4652 status = decode_attr_space_used(xdr, bitmap, &fattr->du.nfs3.used); in decode_getfattr_attrs()
7492 * This one is used jointly by NFSv2 and NFSv3.
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4xdr.c22 * contributors may be used to endorse or promote products derived
4113 static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used) in decode_attr_space_used() argument
4118 *used = 0; in decode_attr_space_used()
4125 xdr_decode_hyper(p, used); in decode_attr_space_used()
4129 dprintk("%s: space used=%Lu\n", __func__, in decode_attr_space_used()
4130 (unsigned long long)*used); in decode_attr_space_used()
4723 status = decode_attr_space_used(xdr, bitmap, &fattr->du.nfs3.used); in decode_getfattr_attrs()
7585 * This one is used jointly by NFSv2 and NFSv3.
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c297 bool used; member
512 * the opcode_info_arr array. The most time sensitive (or commonly used) cdb
5113 if ((devip->used) && (devip->channel == sdev->channel) && in find_build_dev_info()
5118 if ((!devip->used) && (!open_devip)) in find_build_dev_info()
5135 open_devip->used = true; in find_build_dev_info()
5179 devip->used = false; in scsi_debug_slave_destroy()
6420 * Since this is used for .can_queue, and we get the hc_idx tag from the bitmap
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c220 size_t used; member
343 /* The XML_Char before the name is used to determine whether
617 unsigned int g_parseAttempts = 0; // used for testing only
634 size_t m_partialTokenBytesBefore; /* used in heuristic to avoid O(n^2) */
2496 /* V1 is used to string-ize the version number. However, it would in XML_ExpatVersion()
3085 buffer which gets re-used; so we have to add them again in doContent()
3414 namespace are used. For this case we have a check further down. in storeAtts()
6451 /* skip quotation mark - its storage will be re-used (like in name[-1]) */ in getAttributeId()
6532 * If the pool is used between the setContext() and in getContext()
7051 if (table->used >> (tabl in lookup()
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c213 size_t used; member
336 /* The XML_Char before the name is used to determine whether
2465 /* V1 is used to string-ize the version number. However, it would in XML_ExpatVersion()
3042 buffer which gets re-used; so we have to add them again in doContent()
3371 namespace are used. For this case we have a check further down. in storeAtts()
6483 /* skip quotation mark - its storage will be re-used (like in name[-1]) */ in getAttributeId()
6564 * If the pool is used between the setContext() and in getContext()
7073 if (table->used >> (table->power - 1)) { in lookup()
7124 (table->used)++; in lookup()
7135 table->used in hashTableClear()
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S328 set EXC_FP2, EXC_FPREGS+(2*12) # offset of saved fp2 (not used)
487 # FPSR combinations used in the FPSP #
1559 # address register was the stack pointer used from user mode, then let's update
1560 # it here. if it was used from supervisor mode, then we have to handle this
2408 # _mem_read() "callout", converted to FP binary (if packed), and used #
2430 # For "fmovm.l", fmovm_ctrl() is used to emulate the instruction. #
2930 # -shift stack frame down over where old a6 used to be
3958 # This calc_ea is currently used to retrieve the correct <ea>
4231 # string of FP registers affected. This value is used as an index into #
4234 # If the instruction is "fmovm.x <ea>,Dn", a _mem_read() is used #
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H A Dibmvnic.c17 /* Command/Response Queues (CRQs) and sub CRQs (sCRQs). CRQs are used to */
20 /* are used by the driver to notify the server that a packet is */
22 /* packet. Subsequently, sCRQs are used by the server to notify the */
1392 * lengths and total buffer length to be used to build descriptors.
1729 if (atomic_add_return(num_entries, &tx_scrq->used) in ibmvnic_xmit()
2865 atomic_set(&scrq->used, 0); in reset_one_sub_crq_queue()
3146 if (atomic_sub_return(num_entries, &scrq->used) <= in ibmvnic_complete_tx()
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S328 set EXC_FP2, EXC_FPREGS+(2*12) # offset of saved fp2 (not used)
487 # FPSR combinations used in the FPSP #
1559 # address register was the stack pointer used from user mode, then let's update
1560 # it here. if it was used from supervisor mode, then we have to handle this
2408 # _mem_read() "callout", converted to FP binary (if packed), and used #
2430 # For "fmovm.l", fmovm_ctrl() is used to emulate the instruction. #
2930 # -shift stack frame down over where old a6 used to be
3958 # This calc_ea is currently used to retrieve the correct <ea>
4231 # string of FP registers affected. This value is used as an index into #
4234 # If the instruction is "fmovm.x <ea>,Dn", a _mem_read() is used #
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H A Dverbs.c828 /* mmap the user address used to store doorbell data for recovery */ in qedr_init_user_queue()
2610 /* The received timeout value is an exponent used like this: in qedr_modify_qp()
3820 u32 used; in qedr_srq_elem_left() local
3822 /* Calculate number of elements used based on producer in qedr_srq_elem_left()
3826 used = hw_srq->wr_prod_cnt - (u32)atomic_read(&hw_srq->wr_cons_cnt); in qedr_srq_elem_left()
3828 return hw_srq->max_wr - used; in qedr_srq_elem_left()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H A Dgoya.c49 * and only if the QMAN's CP is secured and MSG_PROT is used
945 region->used = 1; in goya_set_pci_memory_regions()
954 region->used = 1; in goya_set_pci_memory_regions()
963 region->used = 1; in goya_set_pci_memory_regions()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H A Dverbs.c830 /* mmap the user address used to store doorbell data for recovery */ in qedr_init_user_queue()
2610 /* The received timeout value is an exponent used like this: in qedr_modify_qp()
3820 u32 used; in qedr_srq_elem_left() local
3822 /* Calculate number of elements used based on producer in qedr_srq_elem_left()
3826 used = hw_srq->wr_prod_cnt - (u32)atomic_read(&hw_srq->wr_cons_cnt); in qedr_srq_elem_left()
3828 return hw_srq->max_wr - used; in qedr_srq_elem_left()
/kernel/linux/linux-6.6/mm/
H A Dshmem.c2198 * The implementation below would be much simpler if we just used a in shmem_fault()
2940 size_t total_spliced = 0, used, npages, n, part; in shmem_file_splice_read() local
2945 used = pipe_occupancy(pipe->head, pipe->tail); in shmem_file_splice_read()
2946 npages = max_t(ssize_t, pipe->max_usage - used, 0); in shmem_file_splice_read()
/third_party/ffmpeg/libavformat/
H A Dmpegts.c188 int64_t cur_pcr; /**< used to estimate the exact PCR */
189 int64_t pcr_incr; /**< used to estimate the exact PCR */
299 /* used to get the format */
975 int used = 0, discarded = 0; in discard_pid() local
1000 used++; in discard_pid()
1006 return !used && discarded; in discard_pid()
3431 /* continuity check (currently not used) */ in handle_packet()
4028 /* no stream case, currently used by RTP */ in avpriv_mpegts_parse_open()

Completed in 136 milliseconds

1...<<71727374757677787980>>...82