Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 86) sorted by relevance

1234

/external/grub/netboot/
Dpci.c34 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (bus << 16) | (device_fn << 8) | (where &… argument
37 unsigned int where, unsigned char *value) in pcibios_read_config_byte()
45 unsigned int device_fn, unsigned int where, unsigned short *value) in pcibios_read_config_word()
53 unsigned int where, unsigned int *value) in pcibios_read_config_dword()
61 unsigned int where, unsigned char value) in pcibios_write_config_byte()
69 unsigned int where, unsigned short value) in pcibios_write_config_word()
76 int pcibios_write_config_dword (unsigned int bus, unsigned int device_fn, unsigned int where, unsig… in pcibios_write_config_dword()
136 unsigned int device_fn, unsigned int where, unsigned char *value) in pcibios_read_config_byte()
163 unsigned int device_fn, unsigned int where, unsigned short *value) in pcibios_read_config_word()
190 unsigned int device_fn, unsigned int where, unsigned int *value) in pcibios_read_config_dword()
[all …]
/external/valgrind/main/memcheck/tests/
Dmempool.c16 char *where; member
24 char *where; member
101 char *where; in allocate() local
Dmempool2.c19 char *where; member
27 char *where; member
104 char *where; in allocate() local
Dleak.h32 #define PRINT_LEAK_COUNTS(where) \ argument
/external/bison/lib/
Dobstack.h291 # define obstack_grow(OBSTACK,where,length) \ argument
301 # define obstack_grow0(OBSTACK,where,length) \ argument
367 # define obstack_copy(OBSTACK,where,length) \ argument
373 # define obstack_copy0(OBSTACK,where,length) \ argument
429 # define obstack_grow(h,where,length) \ argument
436 # define obstack_grow0(h,where,length) \ argument
474 # define obstack_copy(h,where,length) \ argument
477 # define obstack_copy0(h,where,length) \ argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
Dsearchcvs.php13 $where = "WHERE `date` >= DATE_SUB(CURDATE(), INTERVAL $days DAY)"; variable
40 $where = "WHERE `bugid` = $regs[1]"; variable
50 $where = "WHERE " . ($match ? $match : "1"); variable
/external/icu4c/tools/gencmn/
Dgencmn.c68 FILE *where = argc < 0 ? stderr : stdout; in main() local
/external/skia/src/animator/
DSkDisplayAdd.h39 SkDrawable* where; // if NULL, offset becomes index variable
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java796 static byte[] insertGapCore0(byte[] code, int where, int gapLength, in insertGapCore0()
817 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, in insertGapCore1()
853 private static void insertGap2(byte[] code, int where, int gapLength, in insertGap2()
973 private static int newOffset(int i, int offset, int where, in newOffset()
1014 void shiftPc(int where, int gapLength, boolean exclusive) throws BadBytecode { in shiftPc()
1061 int where = ldcs.where; in addLdcW() local
1086 private byte[] insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, in insertGapCore0w()
1110 private static byte[] insertGap2w(byte[] code, int where, int gapLength, in insertGap2w()
1216 int where, int gapLength) in makeExapndedCode()
1270 void shift(int where, int gapLength, boolean exclusive) { in shift()
[all …]
DStackMap.java375 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc()
382 private int where, gap; field in StackMap.Shifter
385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) { in Shifter()
409 public void removeNew(int where) throws CannotCompileException { in removeNew()
417 NewRemover(StackMap map, int where) { in NewRemover()
DExceptionTable.java251 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
261 private static int shiftPc(int pc, int where, int gapLength, in shiftPc()
DLineNumberAttribute.java172 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
/external/webkit/Source/WebCore/html/
DHTMLElement.cpp525 Node* HTMLElement::insertAdjacent(const String& where, Node* newChild, ExceptionCode& ec) in insertAdjacent()
555 Element* HTMLElement::insertAdjacentElement(const String& where, Element* newChild, ExceptionCode& … in insertAdjacentElement()
569 static Element* contextElementForInsertion(const String& where, Element* element, ExceptionCode& ec) in contextElementForInsertion()
586 void HTMLElement::insertAdjacentHTML(const String& where, const String& markup, ExceptionCode& ec) in insertAdjacentHTML()
604 void HTMLElement::insertAdjacentText(const String& where, const String& text, ExceptionCode& ec) in insertAdjacentText()
/external/compiler-rt/BlocksRuntime/tests/
Dfail.c92 char *where = strstr(got, desired); in main() local
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macmouse.c117 Point where; in Mac_WarpWMCursor() local
/external/icu4c/common/
Drbbisetb.cpp327 void RBBISetBuilder::serializeTrie(uint8_t *where) { in serializeTrie()
633 void RangeDescriptor::split(UChar32 where, UErrorCode &status) { in split()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysevents.cc166 BPoint where; in DispatchMessage() local
/external/javassist/src/main/javassist/expr/
DHandler.java43 public CtBehavior where() { return super.where(); } in where() method in Handler
DInstanceof.java39 public CtBehavior where() { return super.where(); } in where() method in Instanceof
DCast.java38 public CtBehavior where() { return super.where(); } in where() method in Cast
DMethodCall.java49 public CtBehavior where() { return super.where(); } in where() method in MethodCall
/external/valgrind/main/auxprogs/
DDotToScc.hs98 where depthFirst = snd . deDepthFirstSearch outs (utSetEmpty, []) function
194 where rmdup [] = [] function
/external/valgrind/main/memcheck/
Dmc_include.h66 ExeContext* where; // Where it was allocated. member
410 ExeContext* where; member
/external/icu4c/tools/icupkg/
Dicupkg.cpp56 FILE *where=isHelp ? stdout : stderr; in printUsage() local
/external/v8/src/
Dserialize.cc794 #define CASE_STATEMENT(where, how, within, space_number) \ in ReadChunk() argument
801 #define CASE_BODY(where, how, within, space_number_if_any, offset_from_start) \ in ReadChunk() argument
876 #define ONE_PER_SPACE(where, how, within) \ in ReadChunk() argument
897 #define ALL_SPACES(where, how, within) \ in ReadChunk() argument
910 #define ONE_PER_CODE_SPACE(where, how, within) \ in ReadChunk() argument

1234