HomeSort by relevance Sort by last modified time
    Searched refs:int_data (Results 1 - 21 of 21) sorted by null

  /external/u-boot/drivers/usb/gadget/
f_thor.h 78 s32 int_data[14]; /* int data */ member in struct:rqt_box
87 s32 int_data[5]; /* int data */ member in struct:rsp_box
f_thor.c 86 rsp->int_data[0] = VER_PROTOCOL_MAJOR;
87 rsp->int_data[1] = VER_PROTOCOL_MINOR;
265 thor_file_size = (unsigned long long int)rqt->int_data[0] +
266 (((unsigned long long int)rqt->int_data[1])
271 file_type = rqt->int_data[0];
279 thor_file_size = (unsigned long long int)rqt->int_data[1] +
280 (((unsigned long long int)rqt->int_data[2])
288 rsp->int_data[0] = THOR_PACKET_SIZE;
  /external/clang/tools/libclang/
CXSourceLocation.cpp 51 loc1.int_data == loc2.int_data);
72 begin.int_data, end.int_data };
211 SourceLocation::getFromRawEncoding(location.int_data);
222 SourceLocation::getFromRawEncoding(location.int_data);
241 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
283 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
323 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
360 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
    [all...]
CXSourceLocation.h 67 return SourceLocation::getFromRawEncoding(L.int_data);
CIndex.cpp     [all...]
Indexing.cpp     [all...]
CXIndexDataConsumer.cpp     [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp 162 glw::GLint int_data; member in class:glcts::MultisampleTextureGetTexLevelParametervInvalidTextureTargetRejectedTest
178 glw::GLint int_data; member in class:glcts::MultisampleTextureGetTexLevelParametervInvalidValueArgumentRejectedTest
197 glw::GLint int_data; member in class:glcts::MultisampleTextureGetTexLevelParametervNegativeLodIsRejectedTest
es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp     [all...]
  /external/grpc-grpc/test/cpp/ext/filters/census/
stats_plugin_end2end_test.cc 143 EXPECT_THAT(client_method_view.GetData().int_data(),
146 EXPECT_THAT(server_method_view.GetData().int_data(),
170 EXPECT_THAT(client_status_view.GetData().int_data(),
172 EXPECT_THAT(server_status_view.GetData().int_data(),
303 EXPECT_THAT(client_completed_rpcs_view.GetData().int_data(),
306 EXPECT_THAT(server_completed_rpcs_view.GetData().int_data(),
  /external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
graph_functions_wrapper.c 214 const uint32_t width, const uint32_t depth, uint8_t* int_data,
221 int_data[0], int_data_size);
233 input.data = int_data;
  /external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/include/
hexagon_controller.h 109 const uint32_t width, const uint32_t depth, uint8_t* int_data,
  /external/grpc-grpc/src/cpp/server/load_reporter/
load_reporter.cc 179 auto it_row = it_vd->second.int_data().find(tag_values);
180 GPR_ASSERT(it_row != it_vd->second.int_data().end());
401 for (const auto& p : it->second.int_data()) {
423 for (const auto& p : it->second.int_data()) {
474 for (const auto& p : it->second.int_data()) {
  /external/python/cpython3/Lib/test/
test_base64.py 18 int_data = memoryview(b"1234").cast('I')
19 self.assertRaises(TypeError, f, int_data)
129 int_data = memoryview(bytes_data).cast('I')
130 self.assertEqual(f(int_data), f(bytes_data))
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 68 void ConvertToFloat(const int16_t* int_data, ChannelBuffer<float>* cb) {
71 Deinterleave(int_data,
312 // |int_data| and |float_data| are just temporary space that must be
314 bool ReadChunk(FILE* file, int16_t* int_data, float* float_data,
318 size_t read_count = fread(int_data, sizeof(int16_t), frame_size, file);
325 S16ToFloat(int_data, frame_size, float_data);
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 108 def __init__(self, tu=None, group=None, int_data=None, ptr_data=None,
115 # self.int_data and self.ptr_data are from the base class. But
116 # self.int_data doesn't accept a None value.
117 if int_data is not None:
118 self.int_data = int_data
262 int_data=tokens_array[i].int_data,
    [all...]
  /external/clang/include/clang-c/
Index.h 369 unsigned int_data; member in struct:__anon15915
4316 unsigned int_data[4]; member in struct:__anon15922
5428 unsigned int_data; member in struct:__anon15927
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
transform_utils_test.cc 804 Tensor int_data(DT_INT32, TensorShape({width}));
805 test::FillIota<int32>(&int_data, 1);
807 Const(root.WithOpName("int_const"), Input::Initializer(int_data));
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 164 _fields_ = [("ptr_data", c_void_p * 2), ("int_data", c_uint)]
471 token.int_data = tokens_array[i].int_data
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.cpp 4569 static const GLint int_data[4] = { 1, 1, 1, 1 }; local
15437 static const GLint int_data[4] = { int_value, int_value, int_value, int_value }; local
15484 static const GLint int_data[4] = { int_value, int_value, int_value, int_value }; local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 3441 int32_t int_data[2]; local
    [all...]

Completed in 2196 milliseconds