OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pos
(Results
1651 - 1675
of
4804
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c
455
uint32_t
pos
= 45;
local
459
"wrdsp %[
pos
], 1 \n\t"
461
: [
pos
] "r" (
pos
)
555
uint32_t
pos
= 45;
local
559
"wrdsp %[
pos
], 1 \n\t"
561
: [
pos
] "r" (
pos
)
624
uint32_t
pos
= 45;
local
628
"wrdsp %[
pos
], 1 \n\t
667
uint32_t
pos
= 45;
local
[
all
...]
/external/lzma/C/
LzFind.h
18
UInt32
pos
;
member in struct:_CMatchFinder
56
#define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->
pos
)
76
UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32
pos
, const Byte *buffer, CLzRef *son,
/external/mesa3d/src/gallium/auxiliary/rbug/
rbug_shader.c
302
uint32_t
pos
= 0;
local
311
pos
= 0;
329
uint32_t
pos
= 0;
local
338
pos
= 0;
357
uint32_t
pos
= 0;
local
366
pos
= 0;
386
uint32_t
pos
= 0;
local
395
pos
= 0;
415
uint32_t
pos
= 0;
local
424
pos
= 0
443
uint32_t
pos
= 0;
local
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/
Utils.java
90
int
pos
= 0;
local
93
c[
pos
++] = toHex[(b[i] >> 4) & 0x0F];
94
c[
pos
++] = toHex[b[i] & 0x0f];