Home
last modified time | relevance | path

Searched refs:string_index (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mbedtls/include/mbedtls/
Ddebug.h98 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
99 __attribute__((__format__ (gnu_printf, string_index, first_to_check)))
101 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
102 __attribute__((format(printf, string_index, first_to_check)))
105 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
108 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
/third_party/abseil-cpp/absl/base/
Dattributes.h89 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
90 __attribute__((__format__(__printf__, string_index, first_to_check)))
91 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument
92 __attribute__((__format__(__scanf__, string_index, first_to_check)))
94 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
95 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dattributes.h87 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
88 __attribute__((__format__(__printf__, string_index, first_to_check)))
89 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument
90 __attribute__((__format__(__scanf__, string_index, first_to_check)))
92 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
93 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
/third_party/libwebsockets/include/
Dlibwebsockets.h107 #define LWS_FORMAT(string_index) argument
209 #define LWS_FORMAT(string_index) __attribute__ ((format(printf, string_index, string_index+1))) argument
215 #define LWS_FORMAT(string_index) argument
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/services/
Dsvpscmap.h47 (*PS_Adobe_Std_StringsFunc)( FT_UInt string_index );
78 FT_UInt string_index );
/third_party/freetype/include/freetype/internal/services/
Dsvpscmap.h47 (*PS_Adobe_Std_StringsFunc)( FT_UInt string_index );
78 FT_UInt string_index );
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
Dsvpscmap.h47 (*PS_Adobe_Std_StringsFunc)( FT_UInt string_index );
78 FT_UInt string_index );
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp151 int string_index = length - 1; in AssignHexString() local
156 current_bigit += HexCharValue(value[string_index--]) << (j * 4); in AssignHexString()
163 for (int j = 0; j <= string_index; ++j) { in AssignHexString()
601 int string_index = needed_chars - 1; in ToHexString() local
602 buffer[string_index--] = '\0'; in ToHexString()
605 buffer[string_index--] = '0'; in ToHexString()
611 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF); in ToHexString()
618 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF); in ToHexString()
/third_party/FreeBSD/sys/dev/usb/
Dusbdi_util.h69 char *buf, uint16_t len, uint8_t string_index);
72 uint8_t string_index);
Dusbhid.h231 int32_t string_index; member
Dusb_request.c1058 uint16_t len, uint8_t string_index) in usbd_req_get_string_any() argument
1072 if (string_index == 0) { in usbd_req_get_string_any()
1082 (udev, mtx, buf, len, udev->langid, string_index); in usbd_req_get_string_any()
1161 uint8_t string_index) in usbd_req_get_string_desc() argument
1164 UDESC_STRING, string_index, 0)); in usbd_req_get_string_desc()
Dusb_hid.c94 c->string_index = 0; in hid_clear_local()
515 c->string_index = dval; in hid_get_item()
/third_party/libusb/examples/
Dxusb.c811 uint8_t string_index[3]; // indexes of the string descriptors in test_device() local
850 string_index[0] = dev_desc.iManufacturer; in test_device()
851 string_index[1] = dev_desc.iProduct; in test_device()
852 string_index[2] = dev_desc.iSerialNumber; in test_device()
926 if (string_index[i] == 0) { in test_device()
929 …if (libusb_get_string_descriptor_ascii(handle, string_index[i], (unsigned char*)string, sizeof(str… in test_device()
930 printf(" String (0x%02X): \"%s\"\n", string_index[i], string); in test_device()
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp622 int string_index = needed_chars - 1; in ToHexString() local
623 buffer[string_index--] = '\0'; in ToHexString()
626 buffer[string_index--] = '0'; in ToHexString()
632 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF); in ToHexString()
639 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF); in ToHexString()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp622 int string_index = needed_chars - 1; in ToHexString() local
623 buffer[string_index--] = '\0'; in ToHexString()
626 buffer[string_index--] = '0'; in ToHexString()
632 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF); in ToHexString()
639 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF); in ToHexString()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.cpp622 int string_index = needed_chars - 1; in ToHexString() local
623 buffer[string_index--] = '\0'; in ToHexString()
626 buffer[string_index--] = '0'; in ToHexString()
632 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF); in ToHexString()
639 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF); in ToHexString()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.cc608 int string_index = needed_chars - 1; in ToHexString() local
609 buffer[string_index--] = '\0'; in ToHexString()
612 buffer[string_index--] = '0'; in ToHexString()
618 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF); in ToHexString()
625 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF); in ToHexString()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h667 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
668 __attribute__((__format__(__MINGW_PRINTF_FORMAT, string_index, \
671 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
672 __attribute__((__format__(__printf__, string_index, first_to_check)))
675 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp1902 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
1907 shader_source += input[string_index]; in test_shader_compilation()
2116 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
2118 …std::string shader_source = shader_start + " " + input[string_index] + shader_variable_declarat… in test_shader_compilation()
2612 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
2617 shader_source += input[string_index]; in test_shader_compilation()
3194 …for (size_t string_index = 0; string_index < sizeof(variable_initializations) / sizeof(variable_in… in test_shader_compilation() local
3195 string_index++) in test_shader_compilation()
3198 shader_source += " " + variable_initializations[string_index]; in test_shader_compilation()
3310 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
[all …]
/third_party/libusb/libusb/os/
Dhaiku_usb_raw.h146 uint32 string_index; member
Dwindows_winusb.c3212 d.iManufacturer = hid_priv->string_index[0]; in _hid_get_device_descriptor()
3213 d.iProduct = hid_priv->string_index[1]; in _hid_get_device_descriptor()
3214 d.iSerialNumber = hid_priv->string_index[2]; in _hid_get_device_descriptor()
3315 if (_index == (hid_priv->string_index[i])) { in _hid_get_string_descriptor()
3768 priv->hid->string_index[0] = dev->device_descriptor.iManufacturer; in hid_open()
3769 if (priv->hid->string_index[0] != 0) in hid_open()
3774 priv->hid->string_index[1] = dev->device_descriptor.iProduct; in hid_open()
3775 if (priv->hid->string_index[1] != 0) in hid_open()
3780 priv->hid->string_index[2] = dev->device_descriptor.iSerialNumber; in hid_open()
3781 if (priv->hid->string_index[2] != 0) in hid_open()
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h678 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
679 __attribute__((__format__(__MINGW_PRINTF_FORMAT, string_index, \
682 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
683 __attribute__((__format__(__printf__, string_index, first_to_check)))
686 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffload.c2200 CFF_IndexRec string_index; in cff_font_load() local
2205 FT_ZERO( &string_index ); in cff_font_load()
2315 FT_SET_ERROR( cff_index_init( &string_index, in cff_font_load()
2319 FT_SET_ERROR( cff_index_get_pointers( &string_index, in cff_font_load()
2335 font->num_strings = string_index.count; in cff_font_load()
2517 cff_index_done( &string_index ); in cff_font_load()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c2208 CFF_IndexRec string_index; in cff_font_load() local
2213 FT_ZERO( &string_index ); in cff_font_load()
2323 FT_SET_ERROR( cff_index_init( &string_index, in cff_font_load()
2327 FT_SET_ERROR( cff_index_get_pointers( &string_index, in cff_font_load()
2343 font->num_strings = string_index.count; in cff_font_load()
2525 cff_index_done( &string_index ); in cff_font_load()
/third_party/freetype/src/cff/
Dcffload.c2206 CFF_IndexRec string_index; in cff_font_load() local
2211 FT_ZERO( &string_index ); in cff_font_load()
2321 FT_SET_ERROR( cff_index_init( &string_index, in cff_font_load()
2325 FT_SET_ERROR( cff_index_get_pointers( &string_index, in cff_font_load()
2341 font->num_strings = string_index.count; in cff_font_load()
2523 cff_index_done( &string_index ); in cff_font_load()

12