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

  /src/sys/crypto/blowfish/
bf_locl.h 92 #undef l2c
93 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
98 /* NOTE - c is not incremented as per l2c */
  /src/sys/crypto/des/
des_locl.h 90 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
109 /* NOTE - c is not incremented as per l2c */
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
exynos4210.dtsi 111 l2c: cache-controller@10502000 { label
exynos4412.dtsi 233 l2c: cache-controller@10502000 { label

Completed in 14 milliseconds