HomeSort by: relevance | last modified time | path
    Searched defs:exp_ptr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/
build_test.c 80 const char *const *exp_ptr; local
82 for (exp_ptr = exp_array; *exp_ptr != NULL; exp_ptr++)
83 printf(" '%s'", *exp_ptr);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_math.c 139 int * const exp_ptr = (int *)(&a); local
140 int x = *exp_ptr;
144 *exp_ptr = x;
  /src/external/lgpl3/mpfr/dist/src/
vasprintf.c 904 char *exp_ptr; /* Pointer to exponent part */ member in struct:number_parts
905 size_t exp_size; /* Number of characters in *exp_ptr */
1255 np->exp_ptr = register_string (np->sl, str);
1382 np->exp_ptr = register_string (np->sl, str);
1721 np->exp_ptr = NULL;
1818 np->exp_ptr = register_string (np->sl, str);
1975 np->exp_ptr = NULL;
2065 if (np.exp_ptr)
2066 buffer_cat (buf, np.exp_ptr, np.exp_size);

Completed in 19 milliseconds