Home
last modified time | relevance | path

Searched defs:bytes (Results 1151 - 1175 of 1177) sorted by relevance

1...<<4142434445464748

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c5445 unsigned bytes = vk_format_get_blocksize(info->ri.color_att_formats[i]); in radv_pipeline_init_disabled_binning_state() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h506 DWORD bytes; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c629 crocus_copy_mem_mem(struct crocus_batch *batch, struct crocus_bo *dst_bo, uint32_t dst_offset, struct crocus_bo *src_bo, uint32_t src_offset, unsigned bytes) crocus_copy_mem_mem() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c5446 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp275 inline Base64Formatter toBase64(const deUint8* bytes, int numBytes) {return Base64Formatter(bytes, numBytes); } in toBase64() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c273 png_bytep bytes = voidcast(png_bytep, pv); in make_random_bytes() local
295 make_four_random_bytes(png_uint_32* seed, png_bytep bytes) in make_four_random_bytes() argument
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/
H A Dgradle-wrapper.jar ... lang.String) java.security.MessageDigest messageDigest byte[] bytes Exception e String string private java.lang.String ...
/third_party/toybox/generated/
H A Dglobals.h674 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; member
1609 long entries, bytes; member
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc12498 uint64_t bytes = 16; in Simulator() local
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c824 static size_t upb_roundup_pow2(size_t bytes) { in upb_roundup_pow2() argument
832 static bool upb_encode_growbuffer(upb_encstate *e, size_t bytes) { in upb_encode_growbuffer() argument
851 static bool upb_encode_reserve(upb_encstate *e, size_t bytes) { in upb_encode_reserve() argument
908 size_t bytes = arr->len * elem_size; upb_put_fixedarray() local
1478 size_t bytes; init() local
1669 size_t bytes = upb_table_size(&t->t) * sizeof(upb_tabent); upb_strtable_clear() local
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c1678 PyObject *bytes; in getargs_s_star() local
1712 PyObject *bytes; in getargs_z_star() local
1751 PyObject *bytes; in getargs_y_star() local
[all...]
H A Dposixmodule.c1140 PyObject *bytes = NULL; in path_converter() local
5000 const char *bytes = PyBytes_AsString(command); os_system_impl() local
13191 PyObject *bytes; os_urandom_impl() local
13223 const char *bytes = PyBytes_AS_STRING(name); os_memfd_create_impl() local
14637 PyObject *bytes; os_getrandom_impl() local
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c3773 PyObject *bytes = PyBytes_FromString(str); in unicode_encode_locale() local
5430 char *bytes; _Py_EncodeUTF8Ex() local
[all...]
/third_party/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jar ... lang.String) java.security.MessageDigest messageDigest byte[] bytes Exception e String string private java.lang.String ...
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c1482 memdup(const void *src, GLsizei bytes) in memdup() argument
1500 dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes, bool align8) in dlist_alloc() argument
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/
H A Dgradle-wrapper.jar ... lang.String) java.security.MessageDigest messageDigest byte[] bytes Exception e String string private java.lang.String ...
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...
/third_party/node/deps/v8/src/api/
H A Dapi.cc7908 void WasmModuleObjectBuilderStreaming::OnBytesReceived(const uint8_t* bytes, in OnBytesReceived() argument
10329 void EmbedderHeapTracer::IncreaseAllocatedSize(size_t bytes) { in IncreaseAllocatedSize() argument
10340 void EmbedderHeapTracer::DecreaseAllocatedSize(size_t bytes) { in DecreaseAllocatedSize() argument
10457 void WasmStreaming::OnBytesReceived(const uint8_t* bytes, size_t size) { in OnBytesReceived() argument
10465 bool WasmStreaming::SetCompiledModuleBytes(const uint8_t* bytes, size_t size) { in SetCompiledModuleBytes() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c767 static size_t upb_roundup_pow2(size_t bytes) { in upb_roundup_pow2() argument
775 static bool upb_encode_growbuffer(upb_encstate *e, size_t bytes) { in upb_encode_growbuffer() argument
794 static bool upb_encode_reserve(upb_encstate *e, size_t bytes) { in upb_encode_reserve() argument
863 size_t bytes = arr->len * elem_size; upb_put_fixedarray() local
1453 size_t bytes; init() local
1643 size_t bytes = upb_table_size(&t->t) * sizeof(upb_tabent); upb_strtable_clear() local
5598 size_t bytes = upb_msgdef_submsgfieldcount(md) * sizeof(*h->sub); upb_handlers_new() local
7113 skip(upb_pbdecoder *d, size_t bytes) skip() argument
7257 consumebytes(upb_pbdecoder *d, void *buf, size_t bytes) consumebytes() argument
7267 getbytes_slow(upb_pbdecoder *d, void *buf, size_t bytes) getbytes_slow() argument
7277 consumebytes(d, (char *)buf + avail, bytes); getbytes_slow() local
7290 getbytes(upb_pbdecoder *d, void *buf, size_t bytes) getbytes() argument
7301 peekbytes_slow(upb_pbdecoder *d, void *buf, size_t bytes) peekbytes_slow() argument
7313 peekbytes(upb_pbdecoder *d, void *buf, size_t bytes) peekbytes() argument
7450 size_t bytes = upb_value_size(expected); upb_pbdecoder_checktag_slow() local
8121 reserve(upb_pb_encoder *e, size_t bytes) reserve() argument
8151 encoder_advance(upb_pb_encoder *e, size_t bytes) encoder_advance() argument
8276 uint8_t bytes; global() member
12855 size_t bytes; putbytes() local
[all...]
H A Dupb.h6378 size_t bytes = upb_vencode64(val, buf); upb_vencode32() local
[all...]
/third_party/glfw/deps/
H A Dnuklear.h11177 nk_int bytes = nk_ttUSHORT(data + index_map + 2); in nk_tt_FindGlyphIndex() local
[all...]

Completed in 260 milliseconds

1...<<4142434445464748