Home
last modified time | relevance | path

Searched refs:binary (Results 1351 - 1369 of 1369) sorted by relevance

1...<<5152535455

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c4202 code = fwreq->items[BRCMF_SDIO_FW_CODE].binary; in brcmf_sdio_firmware_callback()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp5208 file.open(file_name.c_str(), std::fstream::out | std::fstream::binary);
/third_party/openGLES/api/GL/
H A Dglext.h1827 typedef void (APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryFormat, const void *binary, GLsizei length);
1831 typedef void (APIENTRYP PFNGLGETPROGRAMBINARYPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1832 typedef void (APIENTRYP PFNGLPROGRAMBINARYPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
1916 GLAPI void APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryFormat, const void *binary, GLsizei length);
1920 GLAPI void APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1921 GLAPI void APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
/third_party/mesa3d/include/GL/
H A Dglext.h1846 typedef void (APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
1850 typedef void (APIENTRYP PFNGLGETPROGRAMBINARYPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1851 typedef void (APIENTRYP PFNGLPROGRAMBINARYPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
1935 GLAPI void APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
1939 GLAPI void APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1940 GLAPI void APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h1882 typedef void (APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
1886 typedef void (APIENTRYP PFNGLGETPROGRAMBINARYPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1887 typedef void (APIENTRYP PFNGLPROGRAMBINARYPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
1971 GLAPI void APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
1975 GLAPI void APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1976 GLAPI void APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h1882 typedef void (APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
1886 typedef void (APIENTRYP PFNGLGETPROGRAMBINARYPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1887 typedef void (APIENTRYP PFNGLPROGRAMBINARYPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
1971 GLAPI void APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
1975 GLAPI void APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1976 GLAPI void APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp9 // Redistribution and use in source and binary forms, with or without
16 // Redistributions in binary form must reproduce the above
2336 // binary operations. The right operand must be short circuited if it has in visitBinary()
2339 break; // handle below as a normal binary operation in visitBinary()
2351 // Assume generic binary op... in visitBinary()
2373 logger->missingFunctionality("unknown glslang binary operation"); in visitBinary()
3124 // Map the operation to a binary in visitAggregate()
6583 // handle mapped binary operations (should be non-comparison) in createBinaryOperation()
10105 // Write SPIR-V out to a binary file
10109 out.open(baseName, std::ios::binary | st in OutputSpvBin()
[all...]
/third_party/lame/
H A Dconfigure7170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
7171 $as_echo_n "checking how to truncate binary pipes... " >&6; }
15872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF binary format" >&5
15873 $as_echo_n "checking for ELF binary format... " >&6; }
20405 # Command to truncate a binary pipe.
20588 # Flag to hardcode \$libdir into a binary during linking.
20596 # DIR into the resulting binary.
20600 # DIR into the resulting binary and the resulting library dependency is
20606 # into the resulting binary.
20610 # into the resulting binary
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.c3258 * trace_vbprintk - write binary msg to tracing buffer
4143 return event ? event->funcs->binary(iter, 0, event) : in print_bin_fmt()
5219 "\n trace_marker_raw\t\t- Writes into this file writes binary data into the kernel buffer\n"
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.c3426 * trace_vbprintk - write binary msg to tracing buffer
4548 return event ? event->funcs->binary(iter, 0, event) : in print_bin_fmt()
5640 "\n trace_marker_raw\t\t- Writes into this file writes binary data into the kernel buffer\n"
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dsha256-armv4.S1879 moveq pc,lr @ be binary compatible with V4, yet
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
H A Dsha256-armv4.S1879 moveq pc,lr @ be binary compatible with V4, yet
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c17 Redistribution and use in source and binary forms, with or without
23 * Redistributions in binary form must reproduce the above copyright
150 #if defined NATIVE_ZOS /* z/OS uses non-binary I/O */
619 name because it is searched by binary chop. */
977 static uint8_t *tables3 = NULL; /* For binary-loaded tables */
2521 0x80 regular expression metacharacter or binary zero
3479 start (dlen will be zero for a file starting with a binary zero). */ in extend_inputline()
3486 neither of these is true, it means we read a binary zero which has caused in extend_inputline()
5117 /* Load a set of binary tables into tables3. */ in process_command()
5472 fprintf(outfile, "** 'Tables = 3' is invalid: binary table in process_pattern()
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfpsp.S2379 # decbin() - convert packed data to FP binary data #
2409 # _mem_read() "callout", converted to FP binary (if packed), and used #
20160 # bindec() - convert FP binary number to packed number. #
22930 # convert it to a floating-point binary number. #
22936 # decbin() - convert packed to binary extended precision #
22943 # FP_SRC(a6) = packed operand now as a binary FP number #
22951 # its binary representation here. Else, call decbin() which will #
22952 # convert the packed value to an extended precision binary value. #
23008 # A1. Convert the bcd exponent to binary by successive adds and #
23014 # A2. Convert the bcd mantissa to binary b
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S2379 # decbin() - convert packed data to FP binary data #
2409 # _mem_read() "callout", converted to FP binary (if packed), and used #
20160 # bindec() - convert FP binary number to packed number. #
22930 # convert it to a floating-point binary number. #
22936 # decbin() - convert packed to binary extended precision #
22943 # FP_SRC(a6) = packed operand now as a binary FP number #
22951 # its binary representation here. Else, call decbin() which will #
22952 # convert the packed value to an extended precision binary value. #
23008 # A1. Convert the bcd exponent to binary by successive adds and #
23014 # A2. Convert the bcd mantissa to binary b
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp14 std::string binary = ""; in toBinaryString() local
17 binary += ((b & mask) == 0) ? '0' : '1'; in toBinaryString()
20 return binary; in toBinaryString()
20492 _mm512_cmpge_epu8_mask(input, _mm512_set1_epi8(-64)); //binary representation of -64: 1100 0000
[all...]
/third_party/python/
H A Dconfigure1757 create a universal binary build. SDKDIR specifies
1791 path to build python binary for cross compiling
1797 specify the kind of macOS universal binary that
3625 as_fn_error $? "invalid or missing build python binary \"$with_build_python\"" "$LINENO" 5
16356 # linked into the binary. Correspondingly, dtrace(1) is missing the ELF
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp26237 static const openmode binary = _S_bin;
[all...]

Completed in 359 milliseconds

1...<<5152535455