| /third_party/astc-encoder/Source/ |
| H A D | astcenc_percentile_tables.cpp | 1113 int idx = (ydim << 8) | xdim; in get_packed_table() local 1189 unsigned int idx = item & 0x7FF; in get_2d_percentile_table() local 1205 unsigned int idx = (xdim << 8) | ydim; in is_legal_2d_block_size() local 1234 unsigned int idx = (xdim << 16) | (ydim << 8) | zdim; in is_legal_3d_block_size() local
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | flagparser.cpp | 29 int32_t idx, i; in parseFlagsFile() local 118 int32_t i, idx = -1; in extractFlag() local
|
| /third_party/libsnd/src/ |
| H A D | chunk.c | 43 int idx ; in psf_get_chunk_iterator() local
|
| /third_party/mbedtls/tests/scripts/ |
| H A D | check_test_cases.py | 30 def idx(self): member in ScriptOutputError
|
| /third_party/jerryscript/jerry-ext/handler/ |
| H A D | handler-register.c | 65 uint32_t idx = 0; in jerryx_set_properties() local [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_ssbo.c | 88 nir_load_ssbo_prop(nir_builder *b, nir_intrinsic_op op, nir_src *idx, unsigned bitsize) nir_load_ssbo_prop() argument
|
| H A D | nir_gather_ssa_types.c | 28 set_type(unsigned idx, nir_alu_type type, BITSET_WORD *float_types, in set_type() argument
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_tex_prefetch.c | 116 int idx = nir_tex_instr_src_index(tex, type); in ok_bindless_src() local 181 int idx = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_tex_prefetch_block() local
|
| /third_party/mesa3d/src/asahi/lib/ |
| H A D | pool.c | 75 unsigned idx = 0; in agx_pool_get_bo_handles() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | lower_vector_insert.cpp | 71 ir_constant *const idx = in handle_rvalue() local
|
| H A D | ast_array_index.cpp | 49 update_max_array_access(ir_rvalue *ir, int idx, YYLTYPE *loc, in update_max_array_access() argument 143 _mesa_ast_array_index_to_hir(void *mem_ctx, struct _mesa_glsl_parse_state *state, ir_rvalue *array, ir_rvalue *idx, YYLTYPE &loc, YYLTYPE &idx_loc) _mesa_ast_array_index_to_hir() argument 172 const int idx = const_index->value.i[0]; _mesa_ast_array_index_to_hir() local [all...] |
| /third_party/mesa3d/src/broadcom/common/ |
| H A D | v3d_util.c | 105 uint32_t idx = 0; in v3d_choose_tile_size() local
|
| /third_party/libwebsockets/lib/roles/h2/ |
| H A D | minihuf.c | 293 int code_bit(int idx, int bit) in code_bit() argument
|
| /third_party/ltp/libs/libltpvdso/ |
| H A D | parse_vdso.c | 85 void *get_hash_ptr(void *ptr, ELF(Word) idx) in get_hash_ptr() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_pm4.c | 119 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) in si_pm4_free_state() argument 56 si_pm4_set_reg_custom(struct si_pm4_state *state, unsigned reg, uint32_t val, unsigned opcode, unsigned idx) si_pm4_set_reg_custom() argument
|
| /third_party/mesa3d/src/intel/common/tests/ |
| H A D | genxml_test.c | 81 int idx; in test_struct() local
|
| /third_party/mesa3d/src/glx/ |
| H A D | vertarr.c | 162 const int idx = format - GL_V2F; in __indirect_glInterleavedArrays() local [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_ir_fs.h | 155 component(fs_reg reg, unsigned idx) in component() argument 281 quarter(const fs_reg ®, unsigned idx) in quarter() argument
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_query.c | 210 uint32_t idx = i + firstQuery; in lvp_ResetQueryPool() local
|
| /third_party/node/tools/ |
| H A D | genv8constants.py | 87 idx = 6 + i * 3 variable
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| H A D | exp.c | 75 uint64_t ki, idx, top, sbits; in exp() local
|
| H A D | exp2.c | 73 uint64_t ki, idx, top, sbits; in exp2() local
|
| /third_party/musl/src/malloc/mallocng/ |
| H A D | free.c | 29 int idx = get_slot_index(p); in free_group() local 106 int idx = get_slot_index(p); in free() local
|
| /third_party/musl/src/math/ |
| H A D | exp2.c | 73 uint64_t ki, idx, top, sbits; in exp2() local
|
| /third_party/musl/src/misc/ |
| H A D | getopt_long.c | 24 static int __getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly) in __getopt_long() argument 53 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly) in __getopt_long_core() argument 140 int getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx) in getopt_long() argument 145 int getopt_long_only(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx) in getopt_long_only() argument [all...] |