/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | bitfield.hpp | 97 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y); 139 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z); 181 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z, int8 w);
|
H A D | type_precision.hpp | 50 typedef detail::int8 lowp_int8; 66 typedef detail::int8 lowp_int8_t; 82 typedef detail::int8 lowp_i8; 98 typedef detail::int8 mediump_int8; 114 typedef detail::int8 mediump_int8_t; 130 typedef detail::int8 mediump_i8; 146 typedef detail::int8 highp_int8; 162 typedef detail::int8 highp_int8_t; 178 typedef detail::int8 highp_i8; 195 typedef detail::int8 int typedef [all...] |
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | glm.cpp | 15 template struct tvec1<int8, lowp>; 26 template struct tvec1<int8, mediump>; 37 template struct tvec1<int8, highp>; 49 template struct tvec2<int8, lowp>; 60 template struct tvec2<int8, mediump>; 71 template struct tvec2<int8, highp>; 83 template struct tvec3<int8, lowp>; 94 template struct tvec3<int8, mediump>; 105 template struct tvec3<int8, highp>; 117 template struct tvec4<int8, low [all...] |
H A D | type_int.hpp | 19 typedef std::int8_t int8; typedef 52 typedef signed char int8; 206 typedef detail::int8 int8; typedef 295 GLM_STATIC_ASSERT(sizeof(glm::int8) == 1, "int8 size isn't 1 byte on this platform");
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
H A D | basictypes.h | 24 typedef int8_t int8; typedef 37 const int8 kint8min = INT8_MIN; 38 const int8 kint8max = INT8_MAX; 48 typedef signed char int8;
|
/third_party/libphonenumber/tools/cpp/src/base/ |
H A D | basictypes.h | 22 typedef int8_t int8; typedef 35 const int8 kint8min = INT8_MIN; 36 const int8 kint8max = INT8_MAX; 46 typedef signed char int8; typedef
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_types.h | 41 typedef int8_t int8; typedef 53 typedef signed char int8; typedef
|
H A D | dng_pixel_buffer.h | 293 /// Get read-only int8 * to pixel data starting at a specific pixel in the buffer. 297 /// \retval Pointer to pixel data as int8 *. 299 const int8 * ConstPixel_int8 (int32 row, in ConstPixel_int8() 306 return (const int8 *) ConstPixel (row, col, plane); in ConstPixel_int8() 310 /// Get a writable int8 * to pixel data starting at a specific pixel in the buffer. 314 /// \retval Pointer to pixel data as int8 *. 316 int8 * DirtyPixel_int8 (int32 row, in DirtyPixel_int8() 323 return (int8 *) DirtyPixel (row, col, plane); in DirtyPixel_int8()
|
H A D | dng_stream.h | 362 int8 Get_int8 () in Get_int8() 364 return (int8) Get_uint8 (); in Get_int8() 370 void Put_int8 (int8 x) in Put_int8()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/ |
H A D | fwd.hpp | 100 typedef detail::int8 lowp_int8; 116 typedef detail::int8 lowp_int8_t; 132 typedef detail::int8 lowp_i8; 148 typedef detail::int8 mediump_int8; 164 typedef detail::int8 mediump_int8_t; 180 typedef detail::int8 mediump_i8; 196 typedef detail::int8 highp_int8; 212 typedef detail::int8 highp_int8_t; 228 typedef detail::int8 highp_i8; 245 typedef detail::int8 int typedef [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_types.h | 41 typedef int8_t int8; typedef
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
H A D | arg.impl.h | 32 JERRYX_ARG_TRANSFORM_FUNC_WITH_OPTIONAL_AND_STRICT (int8) 111 JERRYX_ARG_INT (int8)
|
H A D | arg.h | 153 JERRYX_ARG_INTEGER (int8)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.h | 64 typedef char int8; typedef
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.h | 64 typedef char int8; typedef
|
/third_party/jerryscript/jerry-ext/arg/ |
H A D | arg-transform-functions.c | 204 JERRYX_ARG_TRANSFORM_FUNC_FOR_INT (int8, INT8_MIN, INT8_MAX) in JERRYX_ARG_TRANSFORM_FUNC_FOR_INT() 538 JERRYX_ARG_TRANSFORM_OPTIONAL (int8) in JERRYX_ARG_TRANSFORM_OPTIONAL()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_memory_editor.h | 646 int8_t int8 = 0; 647 EndianessCopy(&int8, buf, size); 648 if (data_format == DataFormat_Dec) { ImSnprintf(out_buf, out_buf_size, "%hhd", int8); return; } 649 if (data_format == DataFormat_Hex) { ImSnprintf(out_buf, out_buf_size, "0x%02x", int8 & 0xFF); return; }
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv2nir.c | 172 spirv_opts.caps.int8 = true; in main()
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_info.h | 67 bool int8; member
|
/third_party/mesa3d/src/compiler/clc/ |
H A D | clc.c | 139 .int8 = true, in clc_libclc_new()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-value.h | 27 V(int16_t, int8, i16x8, 8) \
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | type_aligned.hpp | 188 GLM_ALIGNED_TYPEDEF(int8, aligned_int8, 1);
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | port.h | 124 typedef int8_t int8; typedef
|
/third_party/ffmpeg/libavdevice/ |
H A D | alsa.c | 83 MAKE_REORDER_FUNC(int8, int8_t, CHANNELS, LAYOUT, MAP) \
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_kernel.c | 273 .int8 = devinfo->ver >= 8, in brw_kernel_from_spirv()
|