/third_party/ffmpeg/libavutil/ |
H A D | attributes.h | 137 * Mark a variable as used and prevent the compiler from optimizing it 142 # define av_used __attribute__((used))
|
/third_party/ffmpeg/tools/ |
H A D | gen-rc | 25 This script is used to generate Windows resources file for the FFmpeg libraries.
|
/third_party/gn/src/gn/ |
H A D | substitution_pattern.cc | 115 bits->used.insert(elem.type); in FillRequiredTypes()
|
/third_party/icu/icu4c/source/samples/ufortune/resources/ |
H A D | fortune_resources.mak | 22 # ICUDIR the location of ICU, used to locate the tools for
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_accessors.tex | 26 Note that \Func{unw\_get\_accessors}() can be used to retrieve the
|
/third_party/mbedtls/tests/scripts/ |
H A D | run-test-suites.pl | 32 Skip the specified SUITE(s). This option can be used
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shader_args.h | 30 /* Maximum dwords of inline push constants when the indirect path is still used */ 32 /* Maximum dwords of inline push constants when the indirect path is not used */ 54 bool used; member
|
/third_party/libdrm/include/drm/ |
H A D | mach64_drm.h | 235 unsigned long used; /* Number of bytes in buffer */ member
|
/third_party/lame/misc/ |
H A D | mugeco.sh | 21 used
|
/third_party/ltp/testcases/commands/mkfs/ |
H A D | mkfs01.sh | 26 is used.
|
/third_party/node/lib/internal/main/ |
H A D | print_help.js | 69 ['UV_THREADPOOL_SIZE', { helpText: 'sets the number of threads used in ' + 80 'certificates when used in conjunction with --use-openssl-ca' }], 82 'when used in conjunction with --use-openssl-ca' }],
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
H A D | cpuhotplug05.sh | 30 -d directory used to lay file
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | scope.c | 156 if (!sym->stmt || sym->used) in end_label_scope()
|
/third_party/node/deps/v8/src/heap/base/asm/x64/ |
H A D | push_registers_masm.S | 53 ;; Restore rbp as it was used as frame pointer.
|
/third_party/protobuf/ |
H A D | appveyor.bat | 34 REM The platform environment variable is implicitly used by msbuild;
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DDescriptorTableManager.h | 67 bool used() { return fNextAvailable > 0; } in used() function in GrD3DDescriptorTableManager::Heap
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
H A D | fortune_resources.mak | 22 # ICUDIR the location of ICU, used to locate the tools for
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | pshints.h | 12 * used, modified, and distributed under the FreeType Project License, 87 FT_Bool used; /* DS positions are valid */ member 107 * monotonically in the array. `CF2_Hint' elements are also used as 210 /* references used to call `cf2_hintmap_build', if necessary */
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | change-to-type-that-gets-used-as-global-through-export-in-another-file-through-indirect-import.js | 163 Change:: Modify imports used in global file
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Uniform.h | 33 void setActive(ShaderType shaderType, bool used);
|
/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-lejp.c | 555 int n, used; in lws_struct_json_serialize() local 770 * in "used". in lws_struct_json_serialize() 773 lws_json_purify((char *)buf, q, (int)len, &used); in lws_struct_json_serialize() 777 js->remaining = budget - (unsigned int)used; in lws_struct_json_serialize() 778 js->offset = (unsigned int)used; in lws_struct_json_serialize()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_batch.c | 81 * Debugging code to dump the fence list, used by INTEL_DEBUG=submit. 100 * Debugging code to dump the validation list, used by INTEL_DEBUG=submit. 494 batch->state.used = 1; in create_batch() 625 unsigned used, in crocus_grow_buffer() 672 * we must have actually used them before, so...they will be in the list. in crocus_grow_buffer() 729 grow->partial_bytes = used; in crocus_grow_buffer() 837 memcpy(bo_map, batch->state.map, batch->state.used); in submit_batch() 624 crocus_grow_buffer(struct crocus_batch *batch, bool grow_state, unsigned used, unsigned new_size) crocus_grow_buffer() argument
|
/third_party/python/Lib/test/ |
H A D | test_generators.py | 1642 if uses & self.used == 0: 1643 self.used |= uses 1645 self.used &= ~uses 1651 self.used = 0 1667 # (e.g., when used with flat_conjoin above, and passing hard=1 to the
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 181 % The following is used inside several \edef's. 503 % is used only in environments like @example, where each line of input 508 % If an index command is used in an @example environment, any spaces 517 % Define the framework for environments in texinfo.tex. It's used like this: 526 % used to check whether the current environment is the one expected. 697 group can only be used in environments such as @example,^^J% 759 % This defn is used inside fill environments such as @defun. 762 % This defn is used inside nofill environments such as @example. 823 % \vadjust can only be used in horizontal mode. 1248 % used t [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | quotaio_tree.c | 646 unsigned int used = 0; in find_set_bits() local 651 used++; in find_set_bits() 652 return used; in find_set_bits()
|