HomeSort by relevance Sort by last modified time
    Searched defs:input_buf (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
serial.c 29 static char input_buf[8]; variable
230 if (*((unsigned short *) input_buf) != ('\e' | ('[' << 8)))
240 if (three_code_table[i].key == input_buf[2])
242 input_buf[0] = three_code_table[i].ascii;
244 grub_memmove (input_buf + 1, input_buf + 3, npending - 1);
252 short key = *((short *) (input_buf + 2));
259 input_buf[0] = four_code_table[i].ascii;
261 grub_memmove (input_buf + 1, input_buf + 4, npending - 1)
    [all...]
  /external/linux-tools-perf/util/
trace-event-parse.c 47 static char *input_buf; variable
61 input_buf = buf;
427 return input_buf[input_buf_ptr++];
435 return input_buf[input_buf_ptr];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 120 milliseconds