HomeSort by: relevance | last modified time | path
    Searched defs:GetWord (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/devices/xditview/
lex.c 45 GetWord(DviWidget dw, char *Buffer, int Length)
  /src/external/gpl3/gdb/dist/sim/arm/
armvirt.c 21 table. The routines PutWord and GetWord implement this. Pages are never
62 GetWord (ARMul_State * state, ARMword address, int check)
203 ARMword lo = GetWord (state, address, FALSE);
204 ARMword hi = GetWord (state, address + 4, FALSE);
212 return GetWord (state, address, TRUE);
255 return GetWord (state, address, TRUE);
500 temp = GetWord (state, address, FALSE);
511 temp = GetWord (state, address, FALSE);
  /src/external/gpl3/gdb.old/dist/sim/arm/
armvirt.c 21 table. The routines PutWord and GetWord implement this. Pages are never
62 GetWord (ARMul_State * state, ARMword address, int check)
203 ARMword lo = GetWord (state, address, FALSE);
204 ARMword hi = GetWord (state, address + 4, FALSE);
212 return GetWord (state, address, TRUE);
255 return GetWord (state, address, TRUE);
500 temp = GetWord (state, address, FALSE);
511 temp = GetWord (state, address, FALSE);

Completed in 34 milliseconds