/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_dec.h | 40 uint8_t index; member 102 uint8_t index; member
|
/third_party/node/lib/internal/dns/ |
H A D | callback_resolver.js | 42 result, (address, index) => ({ address, ttl: ttls[index] }));
|
/third_party/node/deps/v8/src/wasm/ |
H A D | simd-shuffle.h | 21 // Converts a shuffle into canonical form, meaning that the first lane index 35 // index of the lane if successful. 37 static bool TryMatchSplat(const uint8_t* shuffle, int* index) { in TryMatchSplat() argument 54 *index = lane0[0] / kBytesPerLane; in TryMatchSplat()
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | parseTestRecord.py | 85 headerIdx = src.index(header) 86 frontmatterIdx = src.index(frontmatter)
|
/third_party/node/test/parallel/ |
H A D | test-fs-promises-readfile.js | 18 Array.from({ length: 1024 ** 2 + 19 }, (_, index) => index)
|
H A D | test-inspector-tracing-domain.js | 68 categories.forEach((category, index) => { 69 const value = expectedCategories[index];
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | array_mutator.js | 47 // Add or replace elements at a random index. 49 // Choose an index that's small enough to replace all desired items. 50 const index = random.randInt(0, elements.length - replace); 51 elements.splice(index, replace, ...args);
|
H A D | object_mutator.js | 53 for (const [index, property] of properties.entries()) { 55 propertyIndicies.push(index);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | resbund.h | 32 * Modified to load locale index out of new file 368 * Returns the resource in a resource at the specified index. 370 * @param index an index to the wanted resource. 376 get(int32_t index, 380 * Returns the string in a given resource at the specified index. 382 * @param index an index to the wanted string. 388 getStringEx(int32_t index,
|
/third_party/mesa3d/src/mesa/main/ |
H A D | spirv_extensions.c | 43 GLuint index) in _mesa_get_enabled_spirv_extension() 52 if (n == index) in _mesa_get_enabled_spirv_extension() 42 _mesa_get_enabled_spirv_extension(struct gl_context *ctx, GLuint index) _mesa_get_enabled_spirv_extension() argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | _elffile.py | 98 for index in range(self._e_phnum): 99 self._f.seek(self._e_phoff + self._e_phentsize * index)
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/ |
H A D | QRPolynomial.js | 22 get : function(index) { 23 return this.num[index];
|
/third_party/ltp/testcases/kernel/syscalls/modify_ldt/ |
H A D | modify_ldt02.c | 161 int read_segment(unsigned int index) in read_segment() argument 168 :"r"(index * sizeof(int))); in read_segment()
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | phonenumber_offline_geocoder.h | 49 typedef const CountryLanguages* (*country_languages_getter)(int index); 50 typedef const PrefixDescriptions* (*prefix_descriptions_getter)(int index);
|
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/ |
H A D | mapping_file_provider_test.cc | 60 const CountryLanguages* test_get_country_languages(int index) { in test_get_country_languages() argument 61 return country_languages[index]; in test_get_country_languages()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ast-model.h | 48 int index; member 67 AstNode* ast_new(AstNode *parent, int index, const char *prefix, void *ptr, void (*expand)(AstNode*));
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-frames.h | 32 Handle<Object> GetParameter(int index); 33 Handle<Object> GetExpression(int index);
|
/third_party/node/deps/v8/src/builtins/ |
H A D | generate-bytecodes-builtins-list.cc | 58 int index = 0; in WriteHeader() local 62 index++); in WriteHeader() 84 << "// wide Bytecodes removed. Used to index into the builtins table.\n" in WriteHeader()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | block-coverage-builder.h | 44 int AllocateNaryBlockCoverageSlot(NaryOperation* node, size_t index) { in AllocateNaryBlockCoverageSlot() argument 49 SourceRange range = ranges->GetRangeAtIndex(index); in AllocateNaryBlockCoverageSlot()
|
/third_party/node/deps/v8/src/objects/ |
H A D | property.h | 23 // property index (in the actual instance-descriptor array) and 33 void SetSortedKeyIndex(int index) { details_ = details_.set_pointer(index); } in SetSortedKeyIndex() argument
|
/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental.h | 41 int index, Handle<RegExpMatchInfo> last_match_info, 52 int index, Handle<RegExpMatchInfo> last_match_info,
|
/third_party/node/deps/v8/src/utils/ |
H A D | address-map.h | 24 inline void Set(Type value, uint32_t index) { in Set() argument 26 LookupOrInsert(key, Hash(key))->value = index; in Set()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_perfmon.h | 137 etna_pm_get_driver_query_info(struct pipe_screen *pscreen, unsigned index, 142 unsigned index,
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_compiler_util.h | 117 unsigned int index); 121 unsigned int index,
|
/third_party/protobuf/benchmarks/js/ |
H A D | js_benchmark.js | 25 process.argv.forEach(function(filename, index) { 26 if (index < 2) {
|