/external/chromium/net/udp/ |
udp_client_socket.cc | 48 bool UDPClientSocket::SetReceiveBufferSize(int32 size) { 52 bool UDPClientSocket::SetSendBufferSize(int32 size) {
|
/external/chromium/webkit/glue/ |
context_menu.h | 25 int32 render_widget_id; 26 static const int32 kCurrentRenderWidget;
|
resource_type.h | 31 static bool ValidType(int32 type) { 35 static Type FromInt(int32 type) {
|
user_agent.cc | 43 int32 os_major_version = 0; 44 int32 os_minor_version = 0; 45 int32 os_bugfix_version = 0; 58 sizeof(void*) == sizeof(int32)) { // NOLINT
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
I04Dns2x2Ftr.h | 57 int32 activityFactorE; 109 int32 bbf_I04Dns2x2Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA );
|
I04Dns2x4Ftr.h | 57 int32 activityFactorE; 109 int32 bbf_I04Dns2x4Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA );
|
I04Tld2x4Ftr.h | 57 int32 activityFactorE; 109 int32 bbf_I04Tld2x4Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA );
|
L04Tld2x4Ftr.h | 54 int32 activityFactorE; 106 int32 bbf_L04Tld2x4Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA );
|
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt8Image.c | 358 int32 yIndexL; 359 int32 xIndexL; 373 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); 374 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); 520 int32 xOffsA, 521 int32 yOffsA, 523 int32 resultWidthA, 524 int32 resultHeightA ) 538 int32 shiftL; 541 int32 maxInt32Value8bbpL = 0x7FFFFFFF [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
SubVecMap.h | 49 int32 offsetE; 52 int32 sizeE;
|
Flt16Vec.c | 101 int32 sumL = 0; 107 return sumL / ( int32 )sizeL; 250 int32 maxAbsL = bts_Flt16Vec_maxAbs( cpA, ptrA ); 251 int32 fL; 254 fL = ( int32 )0x7FFF0000 / maxAbsL; 260 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( int32 )dstL[ iL ] * fL + 32768 ) >> 16; 294 int32 fL; 308 /* fL is positive and occupies only 16 bits - a product with int16 fits in int32 */ 312 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( ( ( int32 )dstL[ iL ] * fL ) >> 15 ) + 1 ) >> 1; 335 void bts_Flt16Vec_mul( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA, int32 valA, int16 expA [all...] |
/external/regex-re2/util/ |
flags.h | 20 #define DEFINE_int32(name, deflt, desc) DEFINE_flag(int32, name, deflt, desc) 24 #define DECLARE_int32(name) DECLARE_flag(int32, name)
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
util.h | 41 int32 ns = 0; 61 int32 ns = s.size();
|
/external/stressapptest/src/ |
sat.h | 79 bool GetValid(struct page_entry *pe, int32 tag); 80 bool GetEmpty(struct page_entry *pe, int32 tag); 94 int32 region_mask() const { return region_mask_; } 96 int32 region_find(int32 num) const { 229 int32 region_mask_; // Bitmask of available NUMA regions. 230 int32 region_count_; // Count of available NUMA regions. 231 int32 region_[32]; // Pagecount per region.
|
/external/webkit/Source/WebCore/platform/haiku/ |
PlatformMouseEventHaiku.cpp | 44 int32 buttons = 0; 72 int32 modifiers = message->FindInt32("modifiers");
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder.h | 121 int32 pvDecoder_AmrWb( 137 int32 pvDecoder_AmrWbMemRequirements();
|
scale_signal.cpp | 126 int32 L_tmp; 133 L_tmp = shl_int32(((int32)x[i] << 16), exp); /* saturation can occur here */
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_huffman_parsing.cpp | 44 int32 is[], 47 int32 part2_start, index to beginning of part 2 data 51 int32 is[], uncompressed data 125 int32 pvmp3_huffman_parsing(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS], 128 int32 part2_start, 133 int32 i; 134 int32 region1Start; 135 int32 region2Start; 136 int32 sfreq [all...] |
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
DCR.c | 238 rectL.x2E = rectL.x2E > ( int32 )widthA ? widthA : rectL.x2E; 239 rectL.y2E = rectL.y2E > ( int32 )heightA ? heightA : rectL.y2E; 283 if( hdcrA->dcrE.roiRectE.x1E > 0 ) nodePtrA->x += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16; 284 if( hdcrA->dcrE.roiRectE.y1E > 0 ) nodePtrA->y += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16; 285 nodePtrA->x += ( int32 )hdcrA->dcrE.offsE.xE << 16; 286 nodePtrA->y += ( int32 )hdcrA->dcrE.offsE.yE << 16; 309 int32 lIndexL = -1; 310 int32 rIndexL = -1; 332 int32 bbpL = hdcrA->dcrE.sdkClusterE.clusterE.bbpE; 333 int32 lxL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].xE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL [all...] |
/external/ceres-solver/include/ceres/ |
iteration_callback.h | 61 int32 iteration;
|
/external/chromium/base/third_party/icu/ |
icu_utf.cc | 137 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict) { 138 int32 i=*pi; 213 int32 i0=i;
|
/external/chromium/chrome/browser/download/ |
save_types.cc | 11 int32 save_id)
|
/external/chromium/third_party/libjingle/source/talk/base/ |
time.cc | 70 uint32 TimeAfter(int32 elapsed) { 86 int32 diff = later - earlier; 96 int32 diff = later - earlier; 104 int32 TimeDiff(uint32 later, uint32 earlier) {
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file.cc | 15 const int32 kFileMagic = 0x600D71FE; 16 const int32 kFileVersion = 7; // SQLite storage was 6... 20 int32 magic, version; 123 bool ReadToChunkSet(std::set<int32>* values, size_t count, 128 std::vector<int32> flat_values; 138 bool WriteChunkSet(const std::set<int32>& values, 143 const std::vector<int32> flat_values(values.begin(), values.end()); 148 void DeleteChunksFromSet(const base::hash_set<int32>& deleted, 149 std::set<int32>* chunks) { 150 for (std::set<int32>::iterator iter = chunks->begin() [all...] |
/external/chromium/base/ |
sys_info_mac.cc | 17 void SysInfo::OperatingSystemVersionNumbers(int32* major_version, 18 int32* minor_version, 19 int32* bugfix_version) {
|