Home
last modified time | relevance | path

Searched defs:raw (Results 226 - 250 of 320) sorted by relevance

12345678910>>...13

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c694 PACKET cookie, raw, chhash, appcookie; in tls_parse_ctos_cookie() local
/third_party/python/Lib/
H A D_pyio.py865 def raw(self): global() member in _BufferedIOMixin
[all...]
/third_party/openssl/ssl/statem/
H A Dextensions_srvr.c694 PACKET cookie, raw, chhash, appcookie; in tls_parse_ctos_cookie() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dolsontz.cpp432 int32_t raw, dst; in getRawOffset() local
604 int32_t raw, dst; in inDaylightTime() local
717 int32_t raw, dst; in initTransitionRules() local
[all...]
H A Drbtz.cpp485 int32_t raw, dst; in getRawOffset() local
498 int32_t raw, dst; in useDaylightTime() local
518 int32_t raw, dst; in inDaylightTime() local
H A Ducal.cpp126 int32_t raw, dst; in ucal_getDSTSavings() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_bld.cpp292 const uint8_t *raw = (const uint8_t *)udata_getMemory(pData); in ucnv_data_unFlattenClone() local
/third_party/vixl/src/
H A Dutils-vixl.h581 uint64_t raw = DoubleToRawbits(num); in IsSignallingNaN() local
591 uint32_t raw = FloatToRawbits(num); in IsSignallingNaN() local
/third_party/pulseaudio/src/utils/
H A Dpacat.c111 static bool raw = true; variable
[all...]
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dmbedtls_pkcs7.c196 unsigned char *raw = *p; in ParseSignerAuthAttr() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
H A Ddrv_symc_v200.c136 cipher_int_raw raw; in drv_symc_done_notify() local
269 cipher_int_raw raw; in drv_symc_set_interrupt() local
563 cipher_int_raw raw; in drv_symc_print_status() local
[all...]
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_effect.h351 void* raw; member
/third_party/f2fs-tools/tools/
H A Df2fscrypt.c127 char raw[F2FS_MAX_KEY_SIZE]; member
/third_party/ffmpeg/libavformat/
H A Dmov.c315 int raw = 0; in mov_read_udta_string() local
[all...]
/third_party/alsa-utils/amixer/
H A Damixer.c758 long raw, val; in show_selem_volume() local
/third_party/backends/backend/
H A Dmustek_pp_cis.c1496 cis_read_line(Mustek_PP_CIS_dev * dev, SANE_Byte* buf, SANE_Int pixel, SANE_Bool raw) cis_read_line() argument
/third_party/cJSON/
H A DcJSON.c2413 CJSON_PUBLIC(cJSON*) cJSON_AddRawToObject(cJSON * const object, const char * const name, const char * const raw) in cJSON_AddRawToObject() argument
2816 CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw) in cJSON_CreateRaw() argument
/third_party/icu/icu4c/source/common/
H A Ducnvmbcs.cpp1555 ucnv_MBCSLoad(UConverterSharedData *sharedData, UConverterLoadArgs *pArgs, const uint8_t *raw, UErrorCode *pErrorCode) ucnv_MBCSLoad() argument
/third_party/alsa-lib/include/
H A Dump_msg.h179 uint32_t raw; member
449 uint32_t raw[2]; member
/third_party/icu/icu4c/source/i18n/
H A Dtzgnames.cpp620 int32_t raw, sav; in formatGenericNonLocationName() local
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc1743 ScopeInfo raw = *scope_info; in CreateScopeInfo() local
1772 SharedFunctionInfo raw = *shared; in CreateJSFunction() local
1826 Script raw = *script_; DeserializeFunctions() local
[all...]
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dzip.c149 int raw; /* 1 for directly writing raw data */ member
1055 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) zipOpenNewFileInZip4_64() argument
1265 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) zipOpenNewFileInZip4() argument
1281 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) zipOpenNewFileInZip3() argument
1296 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) zipOpenNewFileInZip3_64() argument
1311 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) zipOpenNewFileInZip2() argument
1324 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) zipOpenNewFileInZip2_64() argument
[all...]
H A Dunzip.c155 int raw; member
1648 extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw) in unzOpenCurrentFile2() argument
1468 unzOpenCurrentFile3(unzFile file, int* method, int* level, int raw, const char* password) unzOpenCurrentFile3() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvmbcs.cpp1555 ucnv_MBCSLoad(UConverterSharedData *sharedData, UConverterLoadArgs *pArgs, const uint8_t *raw, UErrorCode *pErrorCode) ucnv_MBCSLoad() argument
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp943 uint64_t raw = in.get_bits64(offset, bits_to_read); in unpack_colour_endpoints() local
962 uint32_t raw = in.get_bits(offset, bits_to_read); in unpack_colour_endpoints() local
1116 uint32_t raw = in.get_bits_rev(offset, bits_to_read); in unpack_weights() local
1136 uint32_t raw = in.get_bits_rev(offset, bits_to_read); in unpack_weights() local

Completed in 100 milliseconds

12345678910>>...13