OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read32
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp
52
uint32_t
read32
()
function in struct:sm4_parser
61
*(unsigned*)tok =
read32
();
66
unsigned a =
read32
();
67
unsigned b =
read32
();
152
op.indices[i].disp = (int32_t)
read32
();
163
op.indices[i].disp = (int32_t)
read32
();
174
op.imm_values[i].i32 =
read32
();
187
unsigned lentok =
read32
();
201
unsigned customlen =
read32
() - 2;
263
dcl.sv = (sm4_sv)(uint16_t)
read32
();
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp
52
uint32_t
read32
()
function in struct:sm4_parser
61
*(unsigned*)tok =
read32
();
66
unsigned a =
read32
();
67
unsigned b =
read32
();
152
op.indices[i].disp = (int32_t)
read32
();
163
op.indices[i].disp = (int32_t)
read32
();
174
op.imm_values[i].i32 =
read32
();
187
unsigned lentok =
read32
();
201
unsigned customlen =
read32
() - 2;
263
dcl.sv = (sm4_sv)(uint16_t)
read32
();
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkOrderedReadBuffer.cpp
96
int32_t SkOrderedReadBuffer::
read32
() {
function in class:SkOrderedReadBuffer
SkValidatingReadBuffer.cpp
89
int32_t SkValidatingReadBuffer::
read32
() {
function in class:SkValidatingReadBuffer
/external/skia/src/core/
SkOrderedReadBuffer.cpp
96
int32_t SkOrderedReadBuffer::
read32
() {
function in class:SkOrderedReadBuffer
SkValidatingReadBuffer.cpp
89
int32_t SkValidatingReadBuffer::
read32
() {
function in class:SkValidatingReadBuffer
/frameworks/base/core/java/android/net/
SntpClient.java
165
private long
read32
(byte[] buffer, int offset) {
method in class:SntpClient
185
long seconds =
read32
(buffer, offset);
186
long fraction =
read32
(buffer, offset + 4);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py
24
def
read32
(input):
function
195
self.mtime =
read32
(self.fileobj)
343
crc32 =
read32
(self.fileobj)
344
isize =
read32
(self.fileobj) # may exceed 2GB
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py
24
def
read32
(input):
function
195
self.mtime =
read32
(self.fileobj)
343
crc32 =
read32
(self.fileobj)
344
isize =
read32
(self.fileobj) # may exceed 2GB
/prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar
/prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar
Completed in 1199 milliseconds