Home
last modified time | relevance | path

Searched refs:nopic (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/apps/
Dvms_decc_init.c150 # pragma extern_model strict_refdef "LIB$INITIALIZ" PSECT_ALIGN, nopic, nowrt
153 # pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt
/third_party/node/deps/openssl/openssl/apps/
Dvms_decc_init.c150 # pragma extern_model strict_refdef "LIB$INITIALIZ" PSECT_ALIGN, nopic, nowrt
153 # pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt
/third_party/curl/src/
Dtool_vms.c203 #pragma extern_model strict_refdef "LIB$INITIALIZ" 2, nopic, nowrt
205 #pragma extern_model strict_refdef "LIB$INITIALIZE" 2, nopic, nowrt
/third_party/curl/packages/vms/
Dcurl_crtl_init.c299 #pragma extern_model strict_refdef "LIB$INITIALIZE" nowrt, long, nopic
/third_party/python/Doc/library/
Dturtle.rst1613 :param picname: a string, name of a gif-file or ``"nopic"``, or ``None``
1617 ``"nopic"``, delete background image, if present. If *picname* is ``None``,
1621 'nopic'
/third_party/ffmpeg/libavformat/
Dutils.c5220 int nopic = 0; local
5228 case 'V': type = AVMEDIA_TYPE_VIDEO; nopic = 1; break;
5244 if (nopic && (st->disposition & AV_DISPOSITION_ATTACHED_PIC))