Home | History | Annotate | Download | only in libloc_api

Lines Matching refs:b_ptr

1135     unsigned char                   *b_ptr;
1148 b_ptr = (unsigned char*) (&loc_eng_data.agps_server_address);
1160 (*(b_ptr + 0) & 0x000000ff), (*(b_ptr+1) & 0x000000ff),
1161 (*(b_ptr + 2) & 0x000000ff), (*(b_ptr+3) & 0x000000ff),
1172 (*(b_ptr + 0) & 0x000000ff), (*(b_ptr+1) & 0x000000ff),
1173 (*(b_ptr + 2) & 0x000000ff), (*(b_ptr+3) & 0x000000ff),