Home | History | Annotate | Download | only in engine

Lines Matching full:data_l

572     NJ_UINT32 data_l;
784 data_l = (NJ_UINT32)(NJ_INT32_READ(now + pos));
789 now += GET_BITFIELD_32(data_l, j, bit_left);
812 data_l = (NJ_UINT32)(NJ_INT32_READ(node + pos));
816 node += GET_BITFIELD_32(data_l, j, bit_left);
838 data_l = (NJ_UINT32)(NJ_INT32_READ(node + pos));
842 data_offset = GET_BITFIELD_32(data_l, j, bit_data);
865 data_l = (NJ_UINT32)(NJ_INT32_READ(node + pos));
869 node += GET_BITFIELD_32(data_l, j, bit_left);
914 data_l = (NJ_UINT32)(NJ_INT32_READ(node + pos));
918 data_offset = GET_BITFIELD_32(data_l, j, bit_data);
935 data_l = (NJ_UINT32)(NJ_INT32_READ(node + pos));
941 node += GET_BITFIELD_32(data_l, j, bit_left);
1999 NJ_UINT32 data_l;
2182 data_l = (NJ_UINT32) (NJ_INT32_READ(now + pos));
2187 now += GET_BITFIELD_32(data_l, j, bit_left);
2216 data_l = (NJ_UINT32) (NJ_INT32_READ(node + pos));
2220 node += GET_BITFIELD_32(data_l, j, bit_left);
2241 data_l = (NJ_UINT32) (NJ_INT32_READ(node + pos));
2245 *data_offset = GET_BITFIELD_32(data_l, j, bit_data);
2259 NJ_UINT32 data_l;
2283 data_l = (NJ_UINT32) (NJ_INT32_READ(node + pos));
2287 node += GET_BITFIELD_32(data_l, j, bit_left);
2333 data_l = (NJ_UINT32) (NJ_INT32_READ(node + pos));
2337 data_offset = GET_BITFIELD_32(data_l, j, bit_data);
2354 data_l = (NJ_UINT32) (NJ_INT32_READ(node + pos));
2360 node += GET_BITFIELD_32(data_l, j, bit_left);