/third_party/libunwind/libunwind/src/mi/ |
H A D | flush_cache.c | 39 if (w->index) in unw_flush_cache() 40 munmap (w->index, w->index_size); in unw_flush_cache()
|
/third_party/lzma/CPP/Common/ |
H A D | Lang.h | 24 const wchar_t *Get_by_index(unsigned index) const throw()
in Get_by_index() 26 return _text + (size_t)_offsets[index];
in Get_by_index()
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | IMatchFinder.cs | 12 Byte GetIndexByte(Int32 index);
in GetIndexByte() argument 13 UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit);
in GetMatchLen() argument
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.h | 45 static inline unsigned ac_llvm_reg_index_soa(unsigned index, unsigned chan) in ac_llvm_reg_index_soa() argument 47 return (index * 4) + chan; in ac_llvm_reg_index_soa()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | object-access.h | 27 // Get the offset into a fixed array for a given {index}. 28 static constexpr int ElementOffsetInTaggedFixedArray(int index) { in ElementOffsetInTaggedFixedArray() argument 29 return ToTagged(FixedArray::OffsetOfElementAt(index)); in ElementOffsetInTaggedFixedArray()
|
/third_party/node/test/v8-updates/ |
H A D | test-trace-gc-flag.js | 29 lines.forEach((line, index) => { 30 assert.match(line, expectedOutput[index]);
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | error_support.h | 22 // we either set the name or an index (in case we're processing the element of a 37 // Sets the index of the current segment on the stack; e.g. an array index. 38 void SetIndex(size_t index); 53 size_t index; member
|
/third_party/musl/src/network/ |
H A D | if_indextoname.c | 9 char *if_indextoname(unsigned index, char *name) in if_indextoname() argument 19 ifr.ifr_ifindex = index; in if_indextoname()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | if_indextoname.c | 9 char *if_indextoname(unsigned index, char *name) in if_indextoname() argument 14 ifr.ifr_ifindex = index; in if_indextoname()
|
/third_party/lwip/src/include/lwip/distributed_net/ |
H A D | distributed_net.h | 50 #define INDEX_TO_SOCKET(index) ((index) + LWIP_SOCKET_OFFSET)
|
/third_party/node/deps/v8/src/objects/ |
H A D | elements-inl.h | 32 inline bool ElementsAccessor::HasElement(JSObject holder, uint32_t index, in HasElement() argument 34 return HasElement(holder, index, holder.elements(), filter); in HasElement()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_monitor.h | 28 int iris_get_monitor_info(struct pipe_screen *pscreen, unsigned index, 31 unsigned index,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_monitor.h | 36 /* gallium requires an index for each counter */ 41 int crocus_get_monitor_info(struct pipe_screen *pscreen, unsigned index, 44 unsigned index,
|
/third_party/musl/libc-test/src/functionalext/supplement/mbrlen/ |
H A D | mbrlen.c | 45 size_t index = 1; in mbrlen_0200() local 50 EXPECT_NE("mbrlen_0200", ret, index); in mbrlen_0200()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query.h | 21 int index, 29 uint16_t index; member
|
/third_party/protobuf/benchmarks/js/ |
H A D | benchmark_suite.js | 23 benches.forEach(function(val, index) { 24 benches[index] = getHz(val);
|
/third_party/protobuf/benchmarks/protobuf.js/ |
H A D | generate_pbjs_files.js | 6 process.argv.forEach(function(val, index) { 12 } else if (index >= 2) {
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexPipeline.hpp | 33 void pipeline(UInt &index) override; 39 Vector4f transform(const Register &src, const Pointer<Byte> &matrix, UInt index[4], bool homogenous);
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | InputStreamCallbackAnalyzer.h | 54 double getPeakLevel(int index) { in getPeakLevel() argument 55 return mPeakDetectors[index].getLevel(); in getPeakLevel()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ProgrammableEncoder.h | 47 MaybeError ValidateSetBindGroup(BindGroupIndex index, 52 BindGroupIndex index,
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUComputePipeline.cpp | 32 uint32_t index) { in getBindGroupLayout() 34 env, pipeline_.GetBindGroupLayout(index)); in getBindGroupLayout() 30 getBindGroupLayout( Napi::Env env, uint32_t index) getBindGroupLayout() argument
|
H A D | GPURenderPipeline.cpp | 32 uint32_t index) { in getBindGroupLayout() 34 env, pipeline_.GetBindGroupLayout(index)); in getBindGroupLayout() 30 getBindGroupLayout( Napi::Env env, uint32_t index) getBindGroupLayout() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericConstructorFunction1.js | 3 var v1: { [index: string]: new (arg: T) => Date }; 12 var v1: { [index: string]: I1<T> };
|
H A D | indexSignatureTypeInference.js | 3 [index: number]: T; 7 [index: string]: T;
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | OneofDescriptor.php | 67 public static function buildFromProto($oneof_proto, $desc, $index) 72 if ($field->getOneofIndex() == $index) {
|