| /third_party/node/deps/v8/src/wasm/baseline/s390/ |
| H A D | liftoff-assembler-s390.h | 219 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() argument 561 AtomicAdd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAdd() argument 661 AtomicSub(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicSub() argument 761 AtomicAnd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAnd() argument 861 AtomicOr(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicOr() argument 961 AtomicXor(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicXor() argument 1061 AtomicExchange(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument 1438 Spill(int offset, WasmValue value) Spill() argument 2188 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | module-decoder.cc | 1850 uint8_t value = consume_u8(name); in expect_u8() local 1882 int32_t value = in consume_init_expr() local [all...] |
| H A D | wasm-js.cc | 150 Unpack(Isolate* isolate, Local<Value> value) Unpack() argument 1022 GetIntegerProperty(v8::Isolate* isolate, ErrorThrower* thrower, Local<Context> context, v8::Local<v8::Value> value, i::Handle<i::String> property_name, int64_t* result, int64_t lower_bound, uint64_t upper_bound) GetIntegerProperty() argument 1053 v8::Local<v8::Value> value; GetOptionalIntegerProperty() local 1150 v8::Local<v8::Value> value; WebAssemblyTable() local 1265 v8::Local<v8::Value> value; WebAssemblyMemory() local 1324 v8::Local<v8::Value> value; GetValueType() local 1358 ToI32(Local<v8::Value> value, Local<Context> context, int32_t* i32_value) ToI32() argument 1367 ToI64(Local<v8::Value> value, Local<Context> context, int64_t* i64_value) ToI64() argument 1376 ToF32(Local<v8::Value> value, Local<Context> context, float* f32_value) ToF32() argument 1387 ToF64(Local<v8::Value> value, Local<Context> context, double* f64_value) ToF64() argument 1421 v8::Local<v8::Value> value; WebAssemblyGlobal() local 1471 Local<v8::Value> value = Local<Value>::Cast(args[1]); WebAssemblyGlobal() local 1684 Local<Value> value = maybe_value.ToLocalChecked(); EncodeExceptionValues() local 2404 Local<BigInt> value = BigInt::New(isolate, receiver->GetI64()); WebAssemblyGlobalGetValueCommon() local [all...] |
| /third_party/node/src/ |
| H A D | node_http2.cc | 924 OnHeaderCallback(nghttp2_session* handle, const nghttp2_frame* frame, nghttp2_rcbuf* name, nghttp2_rcbuf* value, uint8_t flags, void* user_data) OnHeaderCallback() argument 1148 OnInvalidHeader(nghttp2_session* session, const nghttp2_frame* frame, nghttp2_rcbuf* name, nghttp2_rcbuf* value, uint8_t flags, void* user_data) OnInvalidHeader() argument 2418 AddHeader(nghttp2_rcbuf* name, nghttp2_rcbuf* value, uint8_t flags) AddHeader() argument 2922 AltSvc(int32_t id, uint8_t* origin, size_t origin_len, uint8_t* value, size_t value_len) AltSvc() argument [all...] |
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | fuse.c | 2368 char *value = (char *) malloc(size); in fuse_lib_getxattr() local 993 fuse_fs_setxattr(struct fuse_fs *fs, const char *path, const char *name, const char *value, size_t size, int flags) fuse_fs_setxattr() argument 1003 fuse_fs_getxattr(struct fuse_fs *fs, const char *path, const char *name, char *value, size_t size) fuse_fs_getxattr() argument 2320 fuse_lib_setxattr(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value, size_t size, int flags) fuse_lib_setxattr() argument 2341 common_getxattr(struct fuse *f, fuse_req_t req, fuse_ino_t ino, const char *name, char *value, size_t size) common_getxattr() argument [all...] |
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | security.c | 2169 ntfs_get_posix_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, const char *name, char *value, size_t size) ntfs_get_posix_acl() argument 2415 ntfs_get_ntfs_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, char *value, size_t size) ntfs_get_ntfs_acl() argument 3074 ntfs_set_posix_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, const char *name, const char *value, size_t size, int flags) ntfs_set_posix_acl() argument 3191 ntfs_set_ntfs_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, const char *value, size_t size, int flags) ntfs_set_ntfs_acl() argument 4387 ntfs_get_ntfs_attrib(ntfs_inode *ni, char *value, size_t size) ntfs_get_ntfs_attrib() argument 4419 ntfs_set_ntfs_attrib(ntfs_inode *ni, const char *value, size_t size, int flags) ntfs_set_ntfs_attrib() argument [all...] |
| /third_party/ntfs-3g/src/ |
| H A D | lowntfs-3g.c | 3544 char *value = (char*)NULL; local 3709 ntfs_fuse_setxattr(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value, size_t size, int flags, uint32_t position) global() argument [all...] |
| /third_party/nghttp2/lib/includes/nghttp2/ |
| H A D | nghttp2.h | 570 uint8_t *value; global() member 1112 uint32_t value; global() member [all...] |
| /third_party/nghttp2/src/ |
| H A D | nghttp.cc | 1901 on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) on_header_callback() argument 2926 char *value = strchr(optarg + 1, ':'); main() local 3024 auto value = strchr(optarg, ':'); main() local [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucurr.cpp | 2238 UnicodeString value = it.getString(); in populateCurrSymbolsEquiv() local 2696 char *value = nullptr; ucurr_getKeywordValuesForLocale() local [all...] |
| H A D | uresbund.cpp | 2276 getAllItemsWithFallback( const UResourceBundle *bundle, ResourceDataValue &value, ResourceSink &sink, UErrorCode &errorCode) getAllItemsWithFallback() argument 2446 ures_getValueWithFallback(const UResourceBundle *bundle, const char *path, UResourceBundle *tempFillIn, ResourceDataValue &value, UErrorCode &errorCode) ures_getValueWithFallback() argument 2489 ResourceDataValue value; ures_getAllItemsWithFallback() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | calendar.cpp | 1211 Calendar::set(UCalendarDateFields field, int32_t value) in set() argument 1764 int32_t value = internalGet(field) + amount; global() variable 2520 setMinimalDaysInFirstWeek(uint8_t value) setMinimalDaysInFirstWeek() argument 4117 internalSet(EDateFields field, int32_t value) internalSet() argument [all...] |
| H A D | dtptngen.cpp | 993 U_ASSERT(i < 20); if (i < 10) { valueStr += (char16_t)(i+0x30); } else { valueStr += (char16_t)0x31; valueStr += (char16_t)(i-10 + 0x30); } valueStr.getTerminatedBuffer(); } for (int32_t j = 1; j < UDATPG_WIDTH_COUNT; j++) { UnicodeString& valueStr2 = dtpg.getMutableFieldDisplayName((UDateTimePatternField)i, (UDateTimePGDisplayWidth)j); if (valueStr2.isEmpty()) { valueStr2 = dtpg.getFieldDisplayName((UDateTimePatternField)i, (UDateTimePGDisplayWidth)(j-1)); } } } } }; struct DateTimePatternGenerator::AvailableFormatsSink : public ResourceSink { DateTimePatternGenerator& dtpg; UnicodeString conflictingPattern; AvailableFormatsSink(DateTimePatternGenerator& _dtpg) : dtpg(_dtpg) {} virtual ~AvailableFormatsSink(); virtual void put(const char *key, ResourceValue &value, UBool , UErrorCode &errorCode) override { const UnicodeString formatKey(key, -1, US_INV); if (!dtpg.isAvailableFormatSet(formatKey) ) { dtpg.setAvailableFormat(formatKey, errorCode); const UnicodeString& formatValue = value.getUnicodeString(errorCode); conflictingPattern.remove(); dtpg.addPatternWithSkeleton(formatValue, &formatKey, true, conflictingPattern, errorCode); } } }; DateTimePatternGenerator::AppendItemFormatsSink::~AppendItemFormatsSink() {} DateTimePatternGenerator::AppendItemNamesSink::~AppendItemNamesSink() {} DateTimePatternGenerator::AvailableFormatsSink::~AvailableFormatsSink() {} void DateTimePatternGenerator::addCLDRData(const Locale& locale, UErrorCode& errorCode) { if (U_FAILURE(errorCode)) { return; } UnicodeString rbPattern, value, field; CharString path; LocalUResourceBundlePointer rb(ures_open(nullptr, locale.getName(), &errorCode)); if (U_FAILURE(errorCode)) { return; } CharString calendarTypeToUse; getCalendarTypeToUse(locale, calendarTypeToUse, errorCode); if (U_FAILURE(errorCode)) { return; } UErrorCode err = U_ZERO_ERROR; AppendItemFormatsSink appendItemFormatsSink(*this); path.clear() .append(DT_DateTimeCalendarTag, errorCode) .append(�, errorCode) .append(calendarTypeToUse, errorCode) .append(�, errorCode) .append(DT_DateTimeAppendItemsTag, errorCode); if (U_FAILURE(errorCode)) { return; } ures_getAllChildrenWithFallback(rb.getAlias(), path.data(), appendItemFormatsSink, err); appendItemFormatsSink.fillInMissing(); err = U_ZERO_ERROR; AppendItemNamesSink appendItemNamesSink(*this); ures_getAllChildrenWithFallback(rb.getAlias(), DT_DateTimeFieldsTag, appendItemNamesSink, err); appendItemNamesSink.fillInMissing(); err = U_ZERO_ERROR; initHashtable(errorCode); if (U_FAILURE(errorCode)) { return; } AvailableFormatsSink availableFormatsSink(*this); path.clear() .append(DT_DateTimeCalendarTag, errorCode) .append(�, errorCode) .append(calendarTypeToUse, errorCode) .append(�, errorCode) .append(DT_DateTimeAvailableFormatsTag, errorCode); if (U_FAILURE(errorCode)) { return; } ures_getAllChildrenWithFallback(rb.getAlias(), path.data(), availableFormatsSink, err); } void DateTimePatternGenerator::initHashtable(UErrorCode& err) { if (U_FAILURE(err)) { return; } if (fAvailableFormatKeyHash!=nullptr) { return; } LocalPointer<Hashtable> hash(new Hashtable(false, err), err); if (U_SUCCESS(err)) { fAvailableFormatKeyHash = hash.orphan(); } } void DateTimePatternGenerator::setAppendItemFormat(UDateTimePatternField field, const UnicodeString& value) { appendItemFormats[field] = value; appendItemFormats[field].getTerminatedBuffer(); } const UnicodeString& DateTimePatternGenerator::getAppendItemFormat(UDateTimePatternField field) const { return appendItemFormats[field]; } void DateTimePatternGenerator::setAppendItemName(UDateTimePatternField field, const UnicodeString& value) { setFieldDisplayName(field, UDATPG_WIDTH_APPENDITEM, value); } const UnicodeString& DateTimePatternGenerator::getAppendItemName(UDateTimePatternField field) const { return fieldDisplayNames[field][UDATPG_WIDTH_APPENDITEM]; } void DateTimePatternGenerator::setFieldDisplayName(UDateTimePatternField field, UDateTimePGDisplayWidth width, const UnicodeString& value) { fieldDisplayNames[field][width] = value; fieldDisplayNames[field][width].getTerminatedBuffer(); } UnicodeString DateTimePatternGenerator::getFieldDisplayName(UDateTimePatternField field, UDateTimePGDisplayWidth width) const { return fieldDisplayNames[field][width]; } UnicodeString& DateTimePatternGenerator::getMutableFieldDisplayName(UDateTimePatternField field, UDateTimePGDisplayWidth width) { return fieldDisplayNames[field][width]; } void DateTimePatternGenerator::getAppendName(UDateTimePatternField field, UnicodeString& value) { value = SINGLE_QUOTE; value += fieldDisplayNames[field][UDATPG_WIDTH_APPENDITEM]; value += SINGLE_QUOTE; } UnicodeString DateTimePatternGenerator::getBestPattern(const UnicodeString& patternForm, UErrorCode& status) { return getBestPattern(patternForm, UDATPG_MATCH_NO_OPTIONS, status); } UnicodeString DateTimePatternGenerator::getBestPattern(const UnicodeString& patternForm, UDateTimePatternMatchOptions options, UErrorCode& status) { if (U_FAILURE(status)) { return UnicodeString(); } if (U_FAILURE(internalErrorCode)) { status = internalErrorCode; return UnicodeString(); } const UnicodeString *bestPattern = nullptr; UnicodeString dtFormat; UnicodeString resultPattern; int32_t flags = kDTPGNoFlags; int32_t dateMask=(1<<UDATPG_DAYPERIOD_FIELD) - 1; int32_t timeMask=(1<<UDATPG_FIELD_COUNT) - 1 - dateMask; UnicodeString patternFormMapped = mapSkeletonMetacharacters(patternForm, &flags, status); if (U_FAILURE(status)) { return UnicodeString(); } resultPattern.remove(); dtMatcher->set(patternFormMapped, fp); const PtnSkeleton* specifiedSkeleton = nullptr; bestPattern=getBestRaw(*dtMatcher, -1, distanceInfo, status, &specifiedSkeleton); if (U_FAILURE(status)) { return UnicodeString(); } if ( distanceInfo->missingFieldMask==0 && distanceInfo->extraFieldMask==0 ) { resultPattern = adjustFieldTypes(*bestPattern, specifiedSkeleton, flags, options); return resultPattern; } int32_t neededFields = dtMatcher->getFieldMask(); UnicodeString datePattern=getBestAppending(neededFields & dateMask, flags, status, options); UnicodeString timePattern=getBestAppending(neededFields & timeMask, flags, status, options); if (U_FAILURE(status)) { return UnicodeString(); } if (datePattern.length()==0) { if (timePattern.length()==0) { resultPattern.remove(); } else { return timePattern; } } if (timePattern.length()==0) { return datePattern; } resultPattern.remove(); status = U_ZERO_ERROR; PtnSkeleton* reqSkeleton = dtMatcher->getSkeletonPtr(); UDateFormatStyle style = UDAT_SHORT; int32_t monthFieldLen = reqSkeleton->baseOriginal.getFieldLength(UDATPG_MONTH_FIELD); if (monthFieldLen == 4) { if (reqSkeleton->baseOriginal.getFieldLength(UDATPG_WEEKDAY_FIELD) > 0) fillInMissing() argument 2073 add(const UnicodeString& basePattern, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode &status) add() argument 2315 const UnicodeString& value = fp->items[i]; set() local 2740 populate(int32_t field, const UnicodeString& value) populate() argument [all...] |
| H A D | smpdtfmt.cpp | 1294 _appendSymbolWithMonthPattern(UnicodeString& dst, int32_t value, cons argument 1283 _appendSymbol(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount) _appendSymbol() argument 1509 int32_t value = 0; subFormat() local 2152 zeroPaddingNumber( const NumberFormat *currentNumberFormat, UnicodeString &appendTo, int32_t value, int32_t minDigits, int32_t maxDigits) const zeroPaddingNumber() argument 3025 int32_t value = 0; subParse() local 4161 setContext(UDisplayContext value, UErrorCode& status) setContext() argument [all...] |
| H A D | vtzone.cpp | 391 UnicodeString prop, attr, value; in parseRRULE() local 1387 UnicodeString value; // RFC2445 prop value parse() local [all...] |
| H A D | tznames_impl.cpp | 137 CharacterNode::addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status) { in addValue() argument 221 put(const UnicodeString &key, void *value, ZNStringPool &sp, UErrorCode &status) put() argument 229 put(const char16_t *key, void *value, UErrorCode &status) put() argument 256 putImpl(const UnicodeString &key, void *value, UErrorCode &status) putImpl() argument 649 void* value; createMetaZoneAndPutInCache() local 691 void* value = (void*) (new ZNames(names, locationName)); createTimeZoneAndPutInCache() local 1669 void* value = uhash_get(fTZNamesMap, copy.getTerminatedBuffer()); internalLoadAllDisplayNames() local 1778 const char16_t *value = ures_getStringByKey(rbTable, TZDBNAMES_KEYS[i], &len, &status); createInstance() local [all...] |
| /third_party/node/deps/brotli/c/enc/ |
| H A D | encode.c | 146 BrotliEncoderSetParameter( BrotliEncoderState* state, BrotliEncoderParameter p, uint32_t value) BrotliEncoderSetParameter() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | shaderapi.c | 2507 program_parameteri(struct gl_context *ctx, struct gl_shader_program *shProg, GLuint pname, GLint value, bool no_error) program_parameteri() argument 2580 _mesa_ProgramParameteri_no_error(GLuint program, GLenum pname, GLint value) _mesa_ProgramParameteri_no_error() argument 2590 _mesa_ProgramParameteri(GLuint program, GLenum pname, GLint value) _mesa_ProgramParameteri() argument 2731 set_patch_vertices(struct gl_context *ctx, GLint value) set_patch_vertices() argument 2744 _mesa_PatchParameteri_no_error(GLenum pname, GLint value) _mesa_PatchParameteri_no_error() argument 2753 _mesa_PatchParameteri(GLenum pname, GLint value) _mesa_PatchParameteri() argument [all...] |
| H A D | get.c | 227 union value { union [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_device.c | 1737 uint64_t value = in dzn_queue_sync_wait() local 1757 uint64_t value = in dzn_queue_sync_signal() local
|
| /third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
| H A D | nghttp2.h | 565 uint8_t *value; global() member 1107 uint32_t value; global() member [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_peephole.cpp | 443 ConstantFolding::findOriginForTestWithZero(Value *value) in findOriginForTestWithZero() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | vtzone.cpp | 391 UnicodeString prop, attr, value; in parseRRULE() local 1387 UnicodeString value; // RFC2445 prop value parse() local [all...] |
| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| H A D | CharsetMBCS.java | 507 private static boolean writeStage3Roundtrip(UConverterMBCSTable mbcsTable, long value, int codePoints[]) { in writeStage3Roundtrip() argument 700 enumToU(UConverterMBCSTable mbcsTable, byte stateProps[], int state, int offset, int value) enumToU() argument 1134 getSISOBytes(SISO_Option option, int cnvOption, byte[] value) getSISOBytes() argument 1208 MBCS_ENTRY_FINAL(int state, int action, int value) MBCS_ENTRY_FINAL() argument 1360 TO_U_IS_ROUNDTRIP(int value) TO_U_IS_ROUNDTRIP() argument 1364 TO_U_IS_PARTIAL(int value) TO_U_IS_PARTIAL() argument 1368 TO_U_GET_PARTIAL_INDEX(int value) TO_U_GET_PARTIAL_INDEX() argument 1372 TO_U_MASK_ROUNDTRIP(int value) TO_U_MASK_ROUNDTRIP() argument 1376 TO_U_MAKE_WORD(byte b, int value) TO_U_MAKE_WORD() argument 1382 TO_U_IS_CODE_POINT(int value) TO_U_IS_CODE_POINT() argument 1387 TO_U_GET_CODE_POINT(int value) TO_U_GET_CODE_POINT() argument 1392 TO_U_GET_INDEX(int value) TO_U_GET_INDEX() argument 1396 TO_U_GET_LENGTH(int value) TO_U_GET_LENGTH() argument 1427 FROM_U_IS_PARTIAL(int value) FROM_U_IS_PARTIAL() argument 1431 FROM_U_GET_PARTIAL_INDEX(int value) FROM_U_GET_PARTIAL_INDEX() argument 1435 FROM_U_IS_ROUNDTRIP(int value) FROM_U_IS_ROUNDTRIP() argument 1439 FROM_U_MASK_ROUNDTRIP(int value) FROM_U_MASK_ROUNDTRIP() argument 1444 FROM_U_GET_LENGTH(int value) FROM_U_GET_LENGTH() argument 1449 FROM_U_GET_DATA(int value) FROM_U_GET_DATA() argument 1821 writeToU(int value, CharBuffer target, IntBuffer offsets, int srcIndex) writeToU() argument 3802 writeFromU(int value, ByteBuffer target, IntBuffer offsets, int srcIndex) writeFromU() argument [all...] |
| /third_party/libfuse/lib/ |
| H A D | fuse_lowlevel.c | 1595 char *value = name + strlen(name) + 1; local
|