Home
last modified time | relevance | path

Searched refs:pos (Results 1 – 3 of 3) sorted by relevance

/SCP-firmware-master/arch/arm/armv8-a/src/
A Darch_libc.c143 char *pos; in vsnprintf() local
151 for (pos = (char *)format; *pos != '\0'; pos++) { in vsnprintf()
152 while ((*pos != '%') && (*pos != '\0') && (length < n)) { in vsnprintf()
160 if (*pos == '\0') { in vsnprintf()
165 pos++; in vsnprintf()
169 switch (*pos) { in vsnprintf()
175 if (isdigit(*(pos + 1)) && (*(pos + 1) > '0')) { in vsnprintf()
176 pos++; in vsnprintf()
194 pos--; in vsnprintf()
221 pos++; in vsnprintf()
[all …]
/SCP-firmware-master/product/juno/module/juno_cdcel937/src/
A Djuno_cdcel937.h51 uint8_t pos; member
65 .pos = __builtin_ctz(_mask), \
71 return (reg[f.reg_idx] & f.mask) >> f.pos; in read_field()
78 reg[f.reg_idx] |= ((value << f.pos) & f.mask); in write_field()
/SCP-firmware-master/product/synquacer/include/
A Dsynquacer_config.h25 #define check_valid_bit(bitmap, pos) (((bitmap) & (1 << (pos))) != 0) argument

Completed in 4 milliseconds