HomeSort by relevance Sort by last modified time
    Searched refs:s_type (Results 51 - 55 of 55) sorted by null

1 23

  /external/kernel-headers/original/linux/
sysfs.h 73 int s_type; member in struct:sysfs_dirent
fs.h 1425 struct file_system_type *s_type; member in struct:super_block
    [all...]
  /hardware/ril/reference-ril/
atchannel.c 84 static ATCommandType s_type; variable
259 } else switch (s_type) {
293 RLOGE("Unsupported AT command type %d\n", s_type);
741 s_type = type;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 552 struct lp_type s_type; local
630 s_type = lp_int_type(z_type);
631 lp_build_context_init(&s_bld, gallivm, s_type);
670 LLVMValueRef shift = lp_build_const_int_vec(gallivm, s_type, s_shift);
679 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mask);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 552 struct lp_type s_type; local
630 s_type = lp_int_type(z_type);
631 lp_build_context_init(&s_bld, gallivm, s_type);
670 LLVMValueRef shift = lp_build_const_int_vec(gallivm, s_type, s_shift);
679 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mask);

Completed in 107 milliseconds

1 23