Searched refs:no (Results 1 – 5 of 5) sorted by relevance
/babblesim_base-3.7.0/libUtilv1/src/ |
D | bs_string.c | 61 size_t ni,no = 0; in bs_hex_dump() local 65 sprintf(&buffer[no], "%02X ", bytes[ni]); in bs_hex_dump() 66 no +=3; in bs_hex_dump() 68 sprintf(&buffer[no], "%02X", bytes[nbytes-1]); in bs_hex_dump() 94 uint no = 0; in bs_read_hex_dump() local 95 while ( s[ni] != 0 && no < size ){ in bs_read_hex_dump() 97 buffer[no] = valuefromhexchar(s[ni])*16; in bs_read_hex_dump() 98 buffer[no] += valuefromhexchar(s[ni+1]); in bs_read_hex_dump() 105 no++; in bs_read_hex_dump()
|
/babblesim_base-3.7.0/common/ |
D | stop_bsim.sh | 53 ps --no-headers --pid $PID --format pid,lstart,command
|
D | Makefile | 55 …@export COMPONENT_OUTPUT_DIR=$(abspath ${BSIM_OUT_PATH}/components/$@) ; ${MAKE} --no-builtin-rule…
|
/babblesim_base-3.7.0/libUtilv1/docs/ |
D | README.txt | 7 this library. There is no requirement to use it.
|
/babblesim_base-3.7.0/common/docs/ |
D | LICENSE | 68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 153 8. Limitation of Liability. In no event and under no legal theory,
|