Home
last modified time | relevance | path

Searched defs:raw (Results 251 - 275 of 320) sorted by relevance

1...<<111213

/third_party/node/deps/icu-small/source/i18n/
H A Dtzgnames.cpp620 int32_t raw, sav; in formatGenericNonLocationName() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp2002 const bool raw = in processSurfaceCoordsNVE4() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_indirect_draw.c66 nir_ssa_def *raw; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c220 bool raw = util_format_get_blocksize(fmt) > 4; in panvk_meta_copy_to_img_emit_rsd() local
/third_party/icu/icu4c/source/test/intltest/
H A Dtztest.cpp1863 int32_t raw, dst; in TestHistorical() local
1978 int32_t t, i, raw, dst; TestFebruary() local
2578 int32_t raw, dst; TestCasablancaNameAndOffset22041() local
2580 zone->getOffset(Calendar::getNow(), false, raw, dst, status); TestCasablancaNameAndOffset22041() local
2600 int32_t raw, dst; TestRawOffsetAndOffsetConsistency22041() local
[all...]
H A Dtzrulets.cpp2135 int32_t raw, dst; in TestT6216() local
2332 int32_t raw, dst, raw0, dst0; in verifyTransitions() local
2649 int32_t raw, dst; TestT8943() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc279 Script raw = *script; in NewScriptWithId() local
316 FixedArray raw = *fixed_array; NewArrayList() local
415 SharedFunctionInfo raw = *shared; NewSharedFunctionInfo() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dmap.cc1154 Map raw = *result; in RawCopy() local
1268 Map raw = *result; in CopyNormalized() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.h473 const ZonePtrList<const AstRawString>* raw() const { return &raw_; } in raw() function in v8::internal::Parser::TemplateLiteral
477 void AddTemplateSpan(const AstRawString* cooked, const AstRawString* raw, in AddTemplateSpan() argument
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.cc704 HeapObject raw = *object_; in Serialize() local
852 HeapObject raw in SerializeContent() local
1336 FixedArray raw = *externals; Values() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost.h610 uint64_t raw[6]; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c179 boolean raw; member
782 ureg_DECL_image(struct ureg_program *ureg, unsigned index, enum tgsi_texture_type target, enum pipe_format format, boolean wr, boolean raw) ureg_DECL_image() argument
1726 emit_decl_image(struct ureg_program *ureg, unsigned index, enum tgsi_texture_type target, enum pipe_format format, boolean wr, boolean raw) emit_decl_image() argument
/third_party/rust/crates/clap/src/builder/
H A Darg.rs1583 pub fn raw(mut self, yes: bool) -> Self { in raw() functions
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtzgnames.cpp623 int32_t raw, sav; in formatGenericNonLocationName() local
/third_party/python/Modules/_io/
H A Dbufferedio.c189 PyObject *raw; global() member
531 PyObject *raw, *res; buffered_detach() local
1415 _io_BufferedReader___init___impl(buffered *self, PyObject *raw, Py_ssize_t buffer_size) _io_BufferedReader___init___impl() argument
1769 _io_BufferedWriter___init___impl(buffered *self, PyObject *raw, Py_ssize_t buffer_size) _io_BufferedWriter___init___impl() argument
2276 _io_BufferedRandom___init___impl(buffered *self, PyObject *raw, Py_ssize_t buffer_size) _io_BufferedRandom___init___impl() argument
[all...]
H A Dtextio.c684 PyObject *raw; member
1070 PyObject *raw, *codec_info = NULL; in _io_TextIOWrapper___init___impl() local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
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...]
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
1276 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
1292 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
1307 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
1322 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
1335 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...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvmbcs.cpp1555 ucnv_MBCSLoad(UConverterSharedData *sharedData, UConverterLoadArgs *pArgs, const uint8_t *raw, UErrorCode *pErrorCode) ucnv_MBCSLoad() argument
/third_party/python/Python/
H A Dpylifecycle.c2221 PyObject *buf = NULL, *stream = NULL, *text = NULL, *raw = NULL, *res; in create_stdio() local
[all...]
/third_party/python/Modules/
H A D_tracemalloc.c39 PyMemAllocatorEx raw; member
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c277 static size_t write_ALAC_data(uint8_t *packet, const size_t max, uint8_t *raw, size_t *length, bool compress) { in write_ALAC_data() argument
318 uint8_t *raw = NULL; in build_tcp_audio_packet() local
409 uint8_t *raw = NULL; in build_udp_audio_packet() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp111 static inline float safeCoord (float raw, int scale, float fraction) in safeCoord() argument
118 static inline tcu::Vector<float, Size> safeCoords (const tcu::Vector<float, Size>& raw, const tcu::Vector<int, Size>& scale, const tcu::Vector<float, Size>& fraction) in safeCoords() argument
126 static inline Vec2 safe2DTexCoords (const Vec2& raw, const IVec2& textureSize) in safe2DTexCoords() argument
131 static inline Vec3 safe2DArrayTexCoords (const Vec3& raw, const IVec3& textureSize) in safe2DArrayTexCoords() argument
136 static inline Vec3 safe3DTexCoords (const Vec3& raw, const IVec3& textureSize) in safe3DTexCoords() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp94 static inline float safeCoord (float raw, int scale, float fraction) in safeCoord() argument
101 static inline tcu::Vector<float, Size> safeCoords (const tcu::Vector<float, Size>& raw, const tcu::Vector<int, Size>& scale, const tcu::Vector<float, Size>& fraction) in safeCoords() argument
109 static inline Vec2 safe2DTexCoords (const Vec2& raw, const IVec2& textureSize) in safe2DTexCoords() argument
/third_party/zlib/contrib/minizip/
H A Dunzip.c154 int raw; member
1849 extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) { in unzOpenCurrentFile2() argument
1671 unzOpenCurrentFile3(unzFile file, int* method, int* level, int raw, const char* password) unzOpenCurrentFile3() argument
[all...]

Completed in 67 milliseconds

1...<<111213