OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lpos
(Results
1 - 7
of
7
) sorted by null
/external/grub/stage2/
char_io.c
311
int xpos,
lpos
, c, section;
local
337
lpos
-= count;
341
if (section == 1 && plen +
lpos
< CMDLINE_WIDTH)
364
lpos
+= count;
377
for (i =
lpos
- count; i <
lpos
; i++)
391
only LEN characters from
LPOS
. */
401
if (
lpos
+ plen < CMDLINE_WIDTH)
404
section = ((
lpos
+ plen - CMDLINE_WIDTH)
438
xpos =
lpos
+ plen
[
all
...]
/external/bluetooth/glib/build/win32/dirent/
dirent.c
307
_tseekdir (_TDIR * dirp, long
lPos
)
317
if (
lPos
< -1)
323
else if (
lPos
== -1)
338
while ((dirp->dd_stat <
lPos
) && _treaddir (dirp))
/external/quake/quake/src/QW/client/
snd_mix.c
67
int
lpos
;
local
116
lpos
= lpaintedtime & ((shm->samples>>1)-1);
118
snd_out = (short *) pbuf + (
lpos
<<1);
120
snd_linear_count = (shm->samples>>1) -
lpos
;
/external/quake/quake/src/WinQuake/
snd_mix.cpp
75
int
lpos
;
local
124
lpos
= lpaintedtime & ((shm->samples>>1)-1);
126
snd_out = (short *) pbuf + (
lpos
<<1);
128
snd_linear_count = (shm->samples>>1) -
lpos
;
/external/svox/pico/lib/
picoos.c
937
picoos_uint32
lPos
;
999
(*f)->
lPos
= 0;
[
all
...]
/external/srec/tools/grxmlcompile/
sub_grph.cpp
43
int
lPos
= label.find_last_of ("___") + 1;
44
// std::cout << label << " " << count << " " << fPos << " " <<
lPos
<< std::endl;
45
if (fPos >= 0 &&
lPos
== count)
/external/grub/
ChangeLog
[
all
...]
Completed in 42 milliseconds