Home
last modified time | relevance | path

Searched refs:used (Results 351 - 375 of 834) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/ffmpeg/libavutil/
H A Dattributes.h137 * Mark a variable as used and prevent the compiler from optimizing it
142 # define av_used __attribute__((used))
/third_party/ffmpeg/tools/
H A Dgen-rc25 This script is used to generate Windows resources file for the FFmpeg libraries.
/third_party/gn/src/gn/
H A Dsubstitution_pattern.cc115 bits->used.insert(elem.type); in FillRequiredTypes()
/third_party/icu/icu4c/source/samples/ufortune/resources/
H A Dfortune_resources.mak22 # ICUDIR the location of ICU, used to locate the tools for
/third_party/libunwind/libunwind/doc/
H A Dunw_get_accessors.tex26 Note that \Func{unw\_get\_accessors}() can be used to retrieve the
/third_party/mbedtls/tests/scripts/
H A Drun-test-suites.pl32 Skip the specified SUITE(s). This option can be used
/third_party/mesa3d/src/amd/common/
H A Dac_shader_args.h30 /* 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 Dmach64_drm.h235 unsigned long used; /* Number of bytes in buffer */ member
/third_party/lame/misc/
H A Dmugeco.sh21 used
/third_party/ltp/testcases/commands/mkfs/
H A Dmkfs01.sh26 is used.
/third_party/node/lib/internal/main/
H A Dprint_help.js69 ['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 Dcpuhotplug05.sh30 -d directory used to lay file
/third_party/ltp/tools/sparse/sparse-src/
H A Dscope.c156 if (!sym->stmt || sym->used) in end_label_scope()
/third_party/node/deps/v8/src/heap/base/asm/x64/
H A Dpush_registers_masm.S53 ;; Restore rbp as it was used as frame pointer.
/third_party/protobuf/
H A Dappveyor.bat34 REM The platform environment variable is implicitly used by msbuild;
/third_party/skia/src/gpu/d3d/
H A DGrD3DDescriptorTableManager.h67 bool used() { return fNextAvailable > 0; } in used() function in GrD3DDescriptorTableManager::Heap
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/
H A Dfortune_resources.mak22 # ICUDIR the location of ICU, used to locate the tools for
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpshints.h12 * 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 Dchange-to-type-that-gets-used-as-global-through-export-in-another-file-through-indirect-import.js163 Change:: Modify imports used in global file
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DUniform.h33 void setActive(ShaderType shaderType, bool used);
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-lejp.c555 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 Dcrocus_batch.c81 * 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 Dtest_generators.py1642 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 Dtexinfo.tex181 % 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 Dquotaio_tree.c646 unsigned int used = 0; in find_set_bits() local
651 used++; in find_set_bits()
652 return used; in find_set_bits()

Completed in 15 milliseconds

1...<<11121314151617181920>>...34