Searched refs:data_type (Results 126 - 128 of 128) sorted by relevance

123456

/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c1396 static IRTemp gen_POPCOUNT ( IRType ty, IRTemp src, _popcount_data_type data_type )
1398 /* Do count across 2^data_type bits,
1399 byte: data_type = 3
1400 half word: data_type = 4
1401 word: data_type = 5
1402 double word: data_type = 6 (not supported for 32-bit type)
1424 for (i = 0; i < data_type; i++) {
1453 for (i = 0; i < data_type; i++) {
/external/chromium_org/v8/src/
H A Dobjects.h10176 v8::DeclaredAccessorDescriptorDataType data_type; member in struct:v8::internal::String::FlatContent::PrimitiveValueDescriptor
H A Dobjects.cc287 switch (descriptor.data_type) {

Completed in 292 milliseconds

123456