Searched refs:int32 (Results 1 - 25 of 1546) sorted by relevance

1234567891011>>

/external/chromium_org/net/disk_cache/flash/
H A Dformat.h11 const int32 kFlashPageSize = 8 * 1024;
12 const int32 kFlashBlockSize = 512 * kFlashPageSize;
15 const int32 kFlashSegmentSize = 4 * 1024 * 1024;
16 const int32 kFlashSmallEntrySize = 4 * 1024;
22 const int32 kFlashSummarySize = (1 + kFlashMaxEntryCount) * sizeof(int32);
23 const int32 kFlashSegmentFreeSpace = kFlashSegmentSize - kFlashSummarySize;
26 const int32 kFlashLogStoreEntryNumStreams = 4;
27 const int32 kFlashLogStoreEntryHeaderSize =
28 kFlashLogStoreEntryNumStreams * sizeof(int32);
[all...]
H A Dsegment.h66 Segment(int32 index, bool read_only, Storage* storage);
69 int32 index() const { return index_; }
70 int32 write_offset() const { return write_offset_; }
72 bool HaveOffset(int32 offset) const;
73 std::vector<int32> GetOffsets() const { return offsets_; }
86 bool WriteData(const void* buffer, int32 size);
90 bool ReadData(void* buffer, int32 size, int32 offset) const;
93 void StoreOffset(int32 offset);
100 bool CanHold(int32 siz
[all...]
H A Dlog_store.h27 LogStore(const base::FilePath& path, int32 size);
39 bool CreateEntry(int32 size, int32* entry_id);
44 void DeleteEntry(int32 entry_id, int32 size);
47 bool WriteData(const void* buffer, int32 size);
50 bool OpenEntry(int32 entry_id);
54 bool ReadData(int32 entry_id, void* buffer, int32 size, int32 offse
[all...]
H A Dstorage.h16 Storage(const base::FilePath& path, int32 size);
20 int32 size() const { return size_; }
22 bool Read(void* buffer, int32 size, int32 offset);
23 bool Write(const void* buffer, int32 size, int32 offset);
27 int32 size_;
/external/neven/Embedded/common/src/b_TensorEm/
H A DFunctions.h53 uint32 bts_absIntLog2( int32 vA );
56 uint32 bts_maxAbsIntLog2Of2( int32 v1A, int32 v2A );
59 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A );
62 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4
[all...]
/external/chromium_org/chrome/common/
H A Dpepper_flash.h11 extern int32 kPepperFlashPermissions;
/external/chromium_org/third_party/re2/util/
H A Drandom.h17 ACMRandom(int32 seed) : seed_(seed) {}
18 int32 Next();
19 int32 Uniform(int32);
21 void Reset(int32 seed) { seed_ = seed; }
24 int32 seed_;
H A Drandom.cc11 int32 ACMRandom::Next() {
12 const int32 M = 2147483647L; // 2^31-1
13 const int32 A = 16807;
15 uint32 lo = A * (int32)(seed_ & 0xFFFF);
16 uint32 hi = A * (int32)((uint32)seed_ >> 16);
27 return (seed_ = (int32) lo);
30 int32 ACMRandom::Uniform(int32 n) {
/external/regex-re2/util/
H A Drandom.h17 ACMRandom(int32 seed) : seed_(seed) {}
18 int32 Next();
19 int32 Uniform(int32);
21 void Reset(int32 seed) { seed_ = seed; }
24 int32 seed_;
H A Drandom.cc11 int32 ACMRandom::Next() {
12 const int32 M = 2147483647L; // 2^31-1
13 const int32 A = 16807;
15 uint32 lo = A * (int32)(seed_ & 0xFFFF);
16 uint32 hi = A * (int32)((uint32)seed_ >> 16);
27 return (seed_ = (int32) lo);
30 int32 ACMRandom::Uniform(int32 n) {
/external/chromium_org/base/ios/
H A Dios_util.h21 BASE_EXPORT bool IsRunningOnOrLater(int32 major, int32 minor, int32 bug_fix);
/external/chromium/net/disk_cache/
H A Ddisk_format.h70 int32 pad1[2];
71 int32 filled; // Flag to tell when we filled the cache.
72 int32 sizes[5];
76 int32 operation; // Actual in-flight operation.
77 int32 operation_list; // In-flight operation list.
78 int32 pad2[7];
87 int32 num_entries; // Number of entries currently stored.
88 int32 num_bytes; // Total size of the stored data.
89 int32 last_file; // Last external file created.
90 int32 this_i
[all...]
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_utils_win.h16 CONTENT_EXPORT string16 IAccessibleRoleToString(int32 ia_role);
17 CONTENT_EXPORT string16 IAccessible2RoleToString(int32 ia_role);
18 CONTENT_EXPORT string16 IAccessibleStateToString(int32 ia_state);
20 int32 ia_state, std::vector<string16>* result);
21 CONTENT_EXPORT string16 IAccessible2StateToString(int32 ia2_state);
23 int32 ia_state, std::vector<string16>* result);
H A Dbrowser_accessibility_delegate_mac.h16 - (void)doDefaultAction:(int32)accessibilityObjectId;
17 - (void)accessibilitySetTextSelection:(int32)accId
18 startOffset:(int32)startOffset
19 endOffset:(int32)endOffset;
22 accessibilityId:(int32)accessibilityObjectId;
/external/chromium_org/media/video/
H A Dpicture.h19 PictureBuffer(int32 id, gfx::Size size, uint32 texture_id);
20 PictureBuffer(int32 id,
26 int32 id() const {
47 int32 id_;
57 Picture(int32 picture_buffer_id, int32 bitstream_buffer_id);
60 int32 picture_buffer_id() const {
65 int32 bitstream_buffer_id() const {
69 void set_bitstream_buffer_id(int32 bitstream_buffer_id) {
74 int32 picture_buffer_id
[all...]
/external/chromium_org/net/disk_cache/
H A Ddisk_format_base.h52 int32 entry_size; // Size of the blocks of this file.
53 int32 num_entries; // Number of stored entries.
54 int32 max_entries; // Current maximum number of entries.
55 int32 empty[4]; // Counters of empty entries for each type.
56 int32 hints[4]; // Last used position for each entry type.
57 volatile int32 updating; // Keep track of updates to the header.
58 int32 user[5];
106 int32 parent_key_len; // Key length for the parent entry.
107 int32 last_block; // Index of the last written block.
108 int32 last_block_le
[all...]
H A Ddisk_format.h59 int32 pad1[2];
60 int32 filled; // Flag to tell when we filled the cache.
61 int32 sizes[5];
65 int32 operation; // Actual in-flight operation.
66 int32 operation_list; // In-flight operation list.
67 int32 pad2[7];
76 int32 num_entries; // Number of entries currently stored.
77 int32 num_bytes; // Total size of the stored data.
78 int32 last_file; // Last external file created.
79 int32 this_i
[all...]
/external/chromium/base/i18n/
H A Dchar_iterator.h38 int32 array_pos() const { return array_pos_; }
42 int32 char_pos() const { return char_pos_; }
45 int32 get() const { return char_; }
59 int32 len_;
62 int32 array_pos_;
65 int32 next_pos_;
68 int32 char_pos_;
71 int32 char_;
85 int32 array_pos() const { return array_pos_; }
89 int32 char_po
[all...]
/external/chromium_org/base/i18n/
H A Dchar_iterator.h38 int32 array_pos() const { return array_pos_; }
42 int32 char_pos() const { return char_pos_; }
45 int32 get() const { return char_; }
59 int32 len_;
62 int32 array_pos_;
65 int32 next_pos_;
68 int32 char_pos_;
71 int32 char_;
85 int32 array_pos() const { return array_pos_; }
89 int32 char_po
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_internal.h48 int32 from;
49 int32 to;
57 int32 SpinLockWait(volatile Atomic32 *w, int n,
60 void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock_internal.h48 int32 from;
49 int32 to;
57 int32 SpinLockWait(volatile Atomic32 *w, int n,
60 void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop);
/external/chromium_org/content/renderer/
H A Drender_view_impl_params.h27 RenderViewImplParams(int32 opener_id,
31 int32 routing_id,
32 int32 main_frame_routing_id,
33 int32 surface_id,
38 int32 next_page_id,
44 int32 opener_id;
48 int32 routing_id;
49 int32 main_frame_routing_id;
50 int32 surface_id;
55 int32 next_page_i
[all...]
/external/neven/Embedded/common/src/b_APIEm/
H A DFunctions.h56 const int32* rawSimArrA,
57 const int32* rawIdArrA,
59 const int32* refSimArrA,
60 const int32* refIdArrA,
63 int32* outSimArrA );
68 int32 bpi_normalizedSimilarity( struct bbs_Context* cpA,
69 int32 rawSimA,
70 int32 rawIdA,
71 const int32* refSimArrA,
72 const int32* refIdArr
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dcmd_buffer_engine.h27 virtual Buffer GetSharedMemoryBuffer(int32 shm_id) = 0;
30 virtual void set_token(int32 token) = 0;
33 virtual bool SetGetBuffer(int32 transfer_buffer_id) = 0;
36 virtual bool SetGetOffset(int32 offset) = 0;
39 virtual int32 GetGetOffset() = 0;
/external/neven/Embedded/common/src/b_BasicEm/
H A DPhase.h45 typedef int32 phase32;
85 * The function approximates ( int32 )( sin( ( M_PI * phaseA ) / ( 1<<15 ) ) * ( 1<<24 ) )
89 int32 bbs_sin32( phase16 phaseA );
94 * The function approximates ( int32 )( cos( ( M_PI * phaseA ) / ( 1<<15 ) ) * ( 1<<24 ) )
98 int32 bbs_cos32( phase16 phaseA );
128 phase16 bbs_phase16( int32 xA, int32 yA );

Completed in 508 milliseconds

1234567891011>>