HomeSort by relevance Sort by last modified time
    Searched defs:objsize (Results 1 - 7 of 7) sorted by null

  /external/boringssl/src/crypto/asn1/
a_object.c 72 int objsize; local
77 objsize = ASN1_object_size(0, a->length, V_ASN1_OBJECT);
78 if (pp == NULL || objsize == -1)
79 return objsize;
87 return (objsize);
  /prebuilts/go/darwin-x86/src/runtime/
mfinal_test.go 151 const objsize = 320 const
153 type objtype [objsize]byte
177 xs := x[objsize:] // change objsize to objsize-1 and the test passes
193 b := make([]byte, objsize)
199 if p+objsize == q {
209 ss := x[objsize:] // change objsize to objsize-1 and the test passe
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mfinal_test.go 151 const objsize = 320 const
153 type objtype [objsize]byte
177 xs := x[objsize:] // change objsize to objsize-1 and the test passes
193 b := make([]byte, objsize)
199 if p+objsize == q {
209 ss := x[objsize:] // change objsize to objsize-1 and the test passe
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_kgsl.h 827 unsigned int objsize; member in struct:kgsl_gpu_command
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_kgsl.h 1390 unsigned int objsize; member in struct:kgsl_gpu_command
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_kgsl.h 850 unsigned int objsize; member in struct:kgsl_gpu_command
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_kgsl.h 1413 unsigned int objsize; member in struct:kgsl_gpu_command
    [all...]

Completed in 405 milliseconds