/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 198 If there are more arguments, they are used as I<%options> with the 218 If there are more arguments, they are used as I<%options> with the 1045 NOTE that this returns a "magic" value that can not be used as a function. 1065 NOTE that this returns a "magic" value that can not be used as a function.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 84 /// @p Def, the value @p ForVNI will be used instead of allocating a new 154 /// This method is used when we want to extend the segment specified 183 /// This method is used when we want to extend the segment specified 352 // Unfortunately, std::upper_bound cannot be used with mixed types until we in find() 538 assert(!VNI->isUnused() && "Unused valno used by live segment"); 808 "segment set can be used only initially before switching to the array"); 1323 const VNInfo *used = nullptr, *unused = nullptr; 1334 used = VNI; 1353 // Lump all the unused values in with the last used value. 1354 if (used [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 546 // TODO: this is where GrOp::renderTarget is used (which is fine since it 901 bool used = false; in onIsUsed() local 904 used = true; in onIsUsed() 916 SkASSERT(used == usedSlow); in onIsUsed() 919 return used; in onIsUsed()
|
/third_party/toybox/toys/posix/ |
H A D | tar.c | 130 // Historical nonsense to match other implementations. Never used. in write_longname() 429 long long len, used = 0, sent; in sendfile_sparse() local 438 // first/last 512 bytes used, rest left zeroes in sendfile_sparse() 448 if (len+used>TT.hdr.size) error_exit("sparse overflow"); in sendfile_sparse() 452 used += sent; in sendfile_sparse() 456 skippy(TT.hdr.size-used); in sendfile_sparse()
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 125 * The count is only used if SELINUX_RESTORECON_PROGRESS 411 * The hash table of associations, hashed by inode number. Chaining is used 532 size_t used, nel, len, longest; in filespec_eval() local 537 used = 0; in filespec_eval() 545 used++; in filespec_eval() 552 "filespec hash table stats: %zu elements, %zu/%zu buckets used, longest chain length %zu\n", in filespec_eval() 553 nel, used, HASH_BUCKETS, longest); in filespec_eval() 1651 /* Free any used memory */ in selinux_restorecon_xattr()
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_gem.c | 220 * Virtual address of the buffer allocated by user, used for userptr 237 * Boolean of whether this buffer has been used as a relocation 249 * Boolean of whether this buffer can be re-used 1058 * This can be used when one application needs to pass a buffer object 1096 /* Now see if someone has used a prime handle to get this in drm_intel_bo_gem_create_from_name() 1589 * This is used in the implementation of GL_ARB_map_buffer_range: The 1609 * track where the buffer was last used on the CPU side in in drm_intel_gem_bo_map_unsynchronized() 1930 * Sets the object to the GTT read and possibly write domain, used by the X 2299 do_exec2(drm_intel_bo *bo, int used, drm_intel_context *ctx, in do_exec2() argument 2345 execbuf.batch_len = used; in do_exec2() 2408 drm_intel_gem_bo_exec2(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4) drm_intel_gem_bo_exec2() argument 2417 drm_intel_gem_bo_mrb_exec2(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4, unsigned int flags) drm_intel_gem_bo_mrb_exec2() argument 2426 drm_intel_gem_bo_context_exec(drm_intel_bo *bo, drm_intel_context *ctx, int used, unsigned int flags) drm_intel_gem_bo_context_exec() argument 2433 drm_intel_gem_bo_fence_exec(drm_intel_bo *bo, drm_intel_context *ctx, int used, int in_fence, int *out_fence, unsigned int flags) drm_intel_gem_bo_fence_exec() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 1666 Register UseRegister(Register reg, RegList *used) { 1669 ASSERT((*used & (1 << reg)) == 0); 1670 *used |= (1 << reg); 1674 Register AllocateRegister(RegList *used) { 1675 const RegList free = ~*used; 1679 used); 1688 RegList used = 0; 1689 UseRegister(new_value, &used); 1690 Register base = UseRegister(address.rn(), &used); 1692 UseRegister(address.rm(), &used); [all...] |
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
H A D | cmsis_armclang_m.h | 51 #define __USED __attribute__((used)) 127 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section("RESET"))) 171 \details No Operation does nothing. This instruction can be used for code alignment purposes.
|
H A D | cmsis_clang_m.h | 56 #define __USED __attribute__((used)) 132 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section(".vectors"))) 176 \details No Operation does nothing. This instruction can be used for code alignment purposes.
|
H A D | cmsis_tiarmclang_m.h | 51 #define __USED __attribute__((used)) 127 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section(".intvecs"))) 171 \details No Operation does nothing. This instruction can be used for code alignment purposes.
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_apply_pipeline_layout.c | 45 assert(arg.used); in get_scalar_arg() 65 assert(state->args->descriptor_sets[set].used); in load_desc_ptr()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_varyings.c | 525 BITSET_WORD *used; in xfb_decl_store() local 532 used = used_components[buffer]; in xfb_decl_store() 544 if (used[word] & BITSET_RANGE(start_range, end_range)) { in xfb_decl_store() 550 used[word] |= BITSET_RANGE(start_range, end_range); in xfb_decl_store() 810 /* The xfb_offset qualifier does not have to be used in increasing order in store_tfeedback_info() 1003 * If true, this driver disables packing for varyings used by transform 1059 * Comparison function passed to qsort() to sort varyings used only by 1084 * Comparison function passed to qsort() to sort varyings NOT used by 1143 * for varyings used by transform feedback. in init_varying_matches() 1153 * to do so. We also enable packing when a varying is only used fo in init_varying_matches() 2159 BITSET_WORD **used; remove_unused_io_vars() local [all...] |
/third_party/backends/backend/ |
H A D | sharp.c | 65 is used. (this avoids the guessing of scan sizes for the JX330) 128 SEND commands with a data bock are used, if USE_CUSTOM_GAMMA 240 /* The follow #defines are used in SHARP_Scanner.adf_fsu_mode 863 bc->used = nread; in reader_process() 872 &bc->used, in reader_process() 891 bc->nreq = bc->used; in reader_process() 896 bc->used = 0; in reader_process() 951 bc->used = 0; in reader_process() 975 s->bytes_to_read -= bc->used; in reader_process() 976 bytes_to_queue += bc->nreq - bc->used; in reader_process() [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 73 /* Currently only used for typetransition file names. in __cil_insert_name() 74 But could be used for any string that is passed as a parameter. in __cil_insert_name() 278 static void cil_type_used(struct cil_symtab_datum *datum, int used) in cil_type_used() argument 284 attr->used |= used; in cil_type_used() 285 if ((attr->used & CIL_ATTR_EXPAND_TRUE) && in cil_type_used() 286 (attr->used & CIL_ATTR_EXPAND_FALSE)) { in cil_type_used() 290 attr->used &= ~CIL_ATTR_EXPAND_TRUE; in cil_type_used() 321 int used; in cil_resolve_avrule() local 342 used in cil_resolve_avrule() 473 int used; cil_resolve_expandtypeattribute() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 52 #define BLOCKBITS 9 /* This is only used to read the restart page */ 207 * Only to be used for log buffers 218 unsigned int used; in replaceusa() local 224 /* Do not check beyond used sectors */ in replaceusa() 226 used = blocksz; in replaceusa() 233 for (j=1; (j<nusa) && ((j-1)*NTFSBLKLTH<used); j++) in replaceusa() 927 * Must not be used when syncing. 939 printf("** Error : searchlikely() used for syncing\n"); in searchlikely() 1214 u32 used; in refresh_attributes() local 1245 used in refresh_attributes() 1778 int used; fixup() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | example.c | 104 used:1; member 391 reg->used = 1; in flush_reg() 428 * used yet). in find_pseudo_storage() 431 if (reg && !reg->used) { in find_pseudo_storage() 1693 hardregs[i].used = 0; in generate() 1743 * as being "used" - this does not mean that we cannot 1760 reg->used = 1; in mark_used_registers() 1782 /* Mark incoming registers used */ in output_bb()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 108 ; Shorthand used to describe SIMD operations: 289 ; esp is used (as t) to point into t_ (data in lower indices is not used once 300 ; back-to-back), so out-of-order execution cannot be used to work around long 614 ; t points to the last used word, possibly below t_ if the previous index had 32 zero bits.
|
/third_party/skia/src/pathops/ |
H A D | SkOpSegment.cpp | 518 for (int index = 0; index < i.used(); ++index) { in distSq() 839 int used = i.used(); in isClose() local 840 for (int index = 0; index < used; ++index) { in isClose() 1688 for (int index = 0; index < i.used(); ++index) { in testForCoincidence()
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 321 int used; in infomsg() local 328 used = vsnprintf(NULL, 0, s, t); in infomsg() 329 used++; in infomsg() 332 msg = xmalloc(used); in infomsg() 333 vsnprintf(msg, used, s, p); in infomsg()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_manager.cpp | 44 __attribute__((used))
|
H A D | transaction_impl.cpp | 27 __attribute__((used))
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacdec_mips.c | 14 * contributors may be used to endorse or promote products derived from 281 if (ltp->used[sfb]) in apply_ltp_mips()
|
/third_party/ffmpeg/ffbuild/ |
H A D | common.mak | 2 # common bits used by all libraries
|
H A D | library.mak | 31 # In case only static libs are used, the linker will only use
|
/third_party/curl/tests/libtest/ |
H A D | mk-lib1521.pl | 174 (void)URL; /* not used */
|