Searched defs:get_short (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.c91 uint16_t get_short(char **ptr) function
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c59 get_short(fcode_env_t *env) function
78 u = get_short(env) << 16;
79 return (u | get_short(env));
190 short offset = (short)get_short(env);
198 short offset = (short)get_short(env);
328 token = get_short(env);
738 short offset = get_short(env);
765 short offset = get_short(env);

Completed in 41 milliseconds