Home
last modified time | relevance | path

Searched defs:used (Results 1 – 25 of 270) sorted by relevance

1234567891011

/third_party/typescript/tests/baselines/reference/
DunusedParameterProperty2.js3 constructor(private used) {
12 function A(used) { argument
DunusedParameterProperty1.js12 function A(used) { argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program.c106 unsigned char * used, in rc_get_used_temporaries()
136 unsigned char * used, in rc_find_free_temporary_list()
152 unsigned char used[RC_REGISTER_MAX_INDEX]; in rc_find_free_temporary() local
Dradeon_rename_regs.c53 unsigned char * used; in rc_rename_regs() local
/third_party/typescript/tests/cases/compiler/
DunusedParameterProperty2.ts5 constructor(private used) { property in A
DunusedParameterProperty1.ts5 constructor(private used: string) { property in A
/third_party/elfutils/backends/
Dia64_retval.c189 int used = hfa_type (child_typedie, child_size, in hfa_type() local
224 int used = hfa_type (base_typedie, base_size, locp, 0); in hfa_type() local
/third_party/ffmpeg/libavfilter/
Dvf_shufflepixels.c51 uint8_t *used; member
82 uint8_t *used = s->used; in make_horizontal_map() local
120 uint8_t *used = s->used; in make_vertical_map() local
159 uint8_t *used = s->used; in make_block_map() local
Daf_axcorrelate.c45 int used; member
124 int used; in xcorrelate_slow() local
157 int used; in xcorrelate_fast() local
/third_party/gn/src/gn/
Dsubstitution_type.h89 base::flat_set<const Substitution*> used; member
/third_party/toybox/toys/pending/
Dklogd.c66 int prio, size, used = 0; in klogd_main() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandRecordingContext.h35 bool used = false; member
/third_party/mesa3d/src/virtio/vulkan/
Dvn_renderer_util.h17 size_t used; member
/third_party/skia/src/core/
DSkYUVAInfoLocation.h32 bool used[SkYUVAInfo::kMaxPlanes] = {}; member
/third_party/mesa3d/src/mesa/vbo/
Dvbo_save.h120 GLuint used; /**< Number of 4-byte words used in buffer */ member
125 GLuint used; member
/third_party/skia/third_party/externals/freetype/src/base/
Dmd5.c221 unsigned long used, available; in MD5_Update() local
260 unsigned long used, available; in MD5_Final() local
/third_party/freetype/src/base/
Dmd5.c221 unsigned long used, available; in MD5_Update() local
260 unsigned long used, available; in MD5_Final() local
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dmd5.c221 unsigned long used, available; in MD5_Update() local
260 unsigned long used, available; in MD5_Final() local
/third_party/mesa3d/src/compiler/glsl/
Dopt_dead_code_local.cpp76 void use_channels(ir_variable *const var, int used) in use_channels()
109 int used = 0; in visit() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMD5.cpp191 unsigned long used, free; in update() local
235 unsigned long used, free; in final() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestExpectationsParser.h59 bool used; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.h55 bool used = false; member
/third_party/openssl/test/testutil/
Doptions.c16 static int used[100] = { 0 }; variable
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_dead_code.c88 bool *used = calloc(c->num_temps, sizeof(bool)); in qir_opt_dead_code() local
/third_party/node/deps/npm/node_modules/aws4/
Dlru.js33 LruCache.prototype.used = function(node) { method in LruCache

1234567891011