Home
last modified time | relevance | path

Searched refs:lenbytes (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/core/
Dgdbstub.c78 static void gdbstub_from_hex_buf ( char *dst, char *src, int lenbytes ) { in gdbstub_from_hex_buf() argument
79 if ( lenbytes == 2 && ( ( unsigned long ) dst & 0x1 ) == 0 ) { in gdbstub_from_hex_buf()
85 } else if ( lenbytes == 4 && ( ( unsigned long ) dst & 0x3 ) == 0 ) { in gdbstub_from_hex_buf()
96 while ( lenbytes-- > 0 ) { in gdbstub_from_hex_buf()
104 static void gdbstub_to_hex_buf ( char *dst, char *src, int lenbytes ) { in gdbstub_to_hex_buf() argument
105 if ( lenbytes == 2 && ( ( unsigned long ) src & 0x1 ) == 0 ) { in gdbstub_to_hex_buf()
111 } else if ( lenbytes == 4 && ( ( unsigned long ) src & 0x3 ) == 0 ) { in gdbstub_to_hex_buf()
122 while ( lenbytes-- > 0 ) { in gdbstub_to_hex_buf()
/external/syslinux/com32/gdbstub/
Dgdbstub.c249 static void gdbstub_from_hex_buf(char *dst, char *src, int lenbytes) in gdbstub_from_hex_buf() argument
251 if (lenbytes == 2 && ((unsigned long)dst & 0x1) == 0) { in gdbstub_from_hex_buf()
257 } else if (lenbytes == 4 && ((unsigned long)dst & 0x3) == 0) { in gdbstub_from_hex_buf()
268 while (lenbytes-- > 0) { in gdbstub_from_hex_buf()
276 static void gdbstub_to_hex_buf(char *dst, char *src, int lenbytes) in gdbstub_to_hex_buf() argument
278 if (lenbytes == 2 && ((unsigned long)src & 0x1) == 0) { in gdbstub_to_hex_buf()
284 } else if (lenbytes == 4 && ((unsigned long)src & 0x3) == 0) { in gdbstub_to_hex_buf()
295 while (lenbytes-- > 0) { in gdbstub_to_hex_buf()
/external/protobuf/php/ext/google/protobuf/
Dupb.c8772 size_t lenbytes = upb_vencode64(s->msglen, buf); in end_delim() local
8773 putbuf(e, buf, lenbytes); in end_delim()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9483 size_t lenbytes = upb_vencode64(s->msglen, buf); in end_delim() local
9484 putbuf(e, buf, lenbytes); in end_delim()