HomeSort by relevance Sort by last modified time
    Searched refs:HEX (Results 26 - 50 of 71) sorted by null

12 3

  /bionic/libc/stdio/
vfwprintf.cpp 65 * F: at least two digits for decimal, at least one digit for hex
83 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */
473 base = HEX;
514 goto hex;
517 hex:
519 base = HEX;
565 case HEX:
  /external/elfutils/src/
ldlex.l 77 HEX 0[xX][0-9a-fA-F]+[kKmM]?
172 {HEX}|{OCT}|{DEC} { char *endp;
  /external/e2fsprogs/ext2ed/
ext2ed.h 70 #define HEX 1
367 #define HEX 1
general_com.c 432 int mode=HEX;
446 else if (strcasecmp (buffer,"hex")==0) {
447 mode=HEX;
455 if (mode==HEX) {
505 if (strcmp (buffer,"none")==0 || strcmp (buffer,"hex")==0) {
506 wprintw (command_win,"Data will be shown as hex dump\n");refresh_command_win ();
dir_com.c 71 info_ptr->display=HEX; /* This is not actually used */
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h 56 HEX = 2,
165 // Motion search method (Diamond, NSTEP, Hex, Big Diamond, Square, etc).
vp9_mbgraph.c 46 mv_sf->search_method = HEX;
vp9_speed_features.c 309 sf->mv.search_method = HEX;
    [all...]
vp9_temporal_filter.c 233 const SEARCH_METHODS search_method = HEX;
vp9_mcomp.c     [all...]
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 68 #define HEX 'x'
115 static int format = HEX;
240 format = HEX;
263 fprintf(stderr, "\tIt must be x(hex), o(octal),"
275 fprintf(stderr, "\tIt must be x(hex),"
735 -f format - define format of bad buffer: h(hex), o(octal)\n\
736 d(decimal), a(ascii), n (none). hex is default\n\
805 case HEX:
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 120 // Stages the hex repr. of the given int type in the current line buffer.
123 // Make enough room to hex encode the largest int type + NUL.
124 static const char HEX[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
128 hexstr[i] = HEX[static_cast<uint8_t>(value) & 0x0F];
133 // Stages the buffer content hex-encoded in the current line buffer.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 60 DisplayRadix.HEX);
178 Integer.valueOf(0xffffffff), DisplayRadix.HEX);
189 GLStateType.STENCIL_BACK_VALUE_MASK, Integer.valueOf(0xffffffff), DisplayRadix.HEX);
  /toolchain/binutils/binutils-2.27/bfd/
tekhex.c 1 /* BFD backend for Extended Tektronix Hex Format objects.
24 Tektronix Hex Format handling
28 Tek Hex records can hold symbols and data, but not
37 Tex Hex may contain many sections, but the data which comes in
92 #define HEX(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1]))
376 insert_byte (abfd, HEX (src), addr);
540 chars_on_line = HEX (src) - 5;
597 for a percent sign and some hex digits. */
verilog.c 1 /* BFD back-end for verilog hex memory dump files.
24 Verilog hex memory file handling
28 Verilog hex memory files cannot hold anything but addresses
61 /* Macros for converting between hex and binary. */
66 #define HEX(buffer) ((NIBBLE ((buffer)[0])<<4) + NIBBLE ((buffer)[1]))
259 /* Initialize by filling in the hex conversion array. */
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 108 Serial.print( rcode, HEX );
111 //Serial.println( direction, HEX );
117 Serial.print( rcode, HEX );
364 //Serial.println( usb_task_state, HEX );
  /toolchain/binutils/binutils-2.27/include/opcode/
m88k.h 34 * hex constant, and bit field specification. The last field is a
386 HEX = 1,
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/v8/src/parsing/
scanner.cc 1181 HEX,
1196 // if the first character is '0' we must check for octals and hex
1200 // either 0, 0exxx, 0Exxx, 0.xxx, a hex number, a binary number or
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 157 typedef enum { DIAMOND = 0, NSTEP = 1, HEX = 2 } SEARCH_METHODS;
pickinter.c     [all...]
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 192 openssl asn1parse -in server.der -inform DER | grep HEX | tail -1 | sed 's/.*://' | xxd -r -p > logo.der
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /external/vixl/test/aarch64/
test-trace-aarch64.cc     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 596 milliseconds

12 3