Home
last modified time | relevance | path

Searched defs:values (Results 626 - 650 of 1673) sorted by relevance

1...<<21222324252627282930>>...67

/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.h46 } values[]; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c128 struct ureg_src *values = NULL; in si_create_dma_compute_shader() local
H A Dsi_shader_internal.h34 LLVMValueRef values[4]; member
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dfunctional.hpp306 struct values { struct
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_usefont.c218 XGCValues values; in glXUseXFont() local
/third_party/mesa3d/src/glx/
H A Dxfont.c221 XGCValues values; in DRI_glXUseXFont() local
/third_party/node/src/
H A Dnode_env_var.cc274 std::vector<Local<Value>> values; in Enumerate() local
H A Dnode_util.cc109 Local<Value> values[2] = { Integer::New(isolate, state) }; in GetPromiseDetails() local
/third_party/notofonts/scripts/
H A Dissue-stats.py165 values = [open_per_tier.get(l, 0) for l in labels] variable
/third_party/nghttp2/src/
H A Dshrpx_mruby_module_response.cc113 mrb_value key, values; in response_mod_header() local
310 auto values = mrb_hash_get(mrb, hash, key); in response_send_info() local
[all...]
H A Dshrpx_mruby_module_request.cc221 mrb_value key, values; in request_mod_header() local
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstringtriebuilder.h366 int32_t values[kMaxBranchLinearSubNodeLength]; member in StringTrieBuilder::ListBranchNode
/third_party/node/deps/icu-small/source/common/
H A Ddictionarydata.cpp45 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
113 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
H A Dsimpleformatter.cpp161 const UnicodeString *values[] = { &value0 }; in format() local
169 const UnicodeString *values[] = { &value0, &value1 }; in format() local
178 const UnicodeString *values[] = { &value0, &value1, &value2 }; in format() local
182 formatAndAppend( const UnicodeString *const *values, int32_t valuesLength, UnicodeString &appendTo, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const formatAndAppend() argument
199 formatAndReplace( const UnicodeString *const *values, int32_t valuesLength, UnicodeString &result, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const formatAndReplace() argument
274 format( const char16_t *compiledPattern, int32_t compiledPatternLength, const UnicodeString *const *values, UnicodeString &result, const UnicodeString *resultCopy, UBool forbidResultAsValue, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) format() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dsyncobj.c475 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) _mesa_GetSynciv() argument
/third_party/mesa3d/src/mesa/program/
H A Dprog_parameter.h185 _mesa_add_unnamed_constant(struct gl_program_parameter_list *paramList, const gl_constant_value *values, GLuint size, GLuint *swizzleOut) _mesa_add_unnamed_constant() argument
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof_conf.cpp442 uint16_t *values = in outputData() local
/third_party/libinput/src/
H A Dutil-prop-parsers.c505 int values[5]; in parse_evdev_abs_prop() local
/third_party/node/deps/v8/src/compiler/
H A Dstate-values-utils.cc171 Node* StateValuesCache::BuildTree(size_t* values_idx, Node** values, in BuildTree() argument
139 FillBufferWithValues( WorkingBuffer* node_buffer, size_t* node_count, size_t* values_idx, Node** values, size_t count, const BytecodeLivenessState* liveness) FillBufferWithValues() argument
233 CheckTreeContainsValues(Node* tree, Node** values, size_t count, const BytecodeLivenessState* liveness) CheckTreeContainsValues() argument
254 GetNodeForValues( Node** values, size_t count, const BytecodeLivenessState* liveness) GetNodeForValues() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-iterator-gen.cc149 FillFixedArrayFromIterable( TNode<Context> context, TNode<Object> iterable, TNode<Object> iterator_fn, GrowableFixedArray* values) FillFixedArrayFromIterable() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-function-callback.h382 FunctionCallbackInfo(internal::Address* implicit_args, internal::Address* values, int length) FunctionCallbackInfo() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function-callback.h408 FunctionCallbackInfo(internal::Address* implicit_args, internal::Address* values, int length) Get() argument
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.cc484 values, all_fields); in CollectAllFields() local
476 CollectAllFields(const VisitResult& result, const Stack<std::string>& values, std::vector<std::string>& all_fields) CollectAllFields() argument
495 EmitCCValue(VisitResult result, const Stack<std::string>& values, std::ostream& out) EmitCCValue() argument
H A Dinstance-type-generator.cc310 PrintInstanceTypes(InstanceTypeTree* root, std::ostream& definitions, std::ostream& values, std::ostream& fully_defined_single_instance_types, std::ostream& fully_defined_multiple_instance_types, std::ostream& only_declared_single_instance_types, std::ostream& only_declared_multiple_instance_types, std::ostream& fully_defined_range_instance_types, std::ostream& only_declared_range_instance_types, const std::string& indent) PrintInstanceTypes() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c586 lp_build_gather_values(struct gallivm_state * gallivm, LLVMValueRef * values, unsigned value_count) lp_build_gather_values() argument

Completed in 19 milliseconds

1...<<21222324252627282930>>...67