Searched refs:tmp_value (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/tests/
H A Dkxld_dict_test.c123 int * tmp_value = kxld_alloc(sizeof(int)); local
126 *tmp_value = i;
132 kxld_dict_insert(&dict, tmp_key, tmp_value);
134 stress_test[i].value = tmp_value;
139 void * tmp_value; local
143 tmp_value = kxld_dict_find(&dict, key);
144 assert(target_value == *(int *)tmp_value);
/darwin-on-arm/xnu/bsd/net/
H A Dlacp.h261 uint16_t tmp_value = htons(value); local
262 memcpy((void *)field, (void *)&tmp_value, sizeof(uint16_t));
289 uint32_t tmp_value = htonl(value); local
290 memcpy((void *)field, (void *)&tmp_value, sizeof(uint32_t));

Completed in 33 milliseconds